Metadata-Version: 2.1
Name: tocky
Version: 0.0.1
Summary: Extract structured table of contents data from digitized books.
License: MIT
Author: Drini Cami
Author-email: cdrini@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: Flask (==3.0.0)
Requires-Dist: Pillow (==10.1.0)
Requires-Dist: Rtree (==1.1.0)
Requires-Dist: easyocr (==1.7.1)
Requires-Dist: flask-cors (==4.0.0)
Requires-Dist: internetarchive (==3.5.0)
Requires-Dist: lxml (==4.9.3)
Requires-Dist: numpy (==1.26.2)
Requires-Dist: openai (==1.3.6)
Requires-Dist: opencv-contrib-python (==4.8.1.78)
Requires-Dist: opencv-python (==4.8.1.78)
Requires-Dist: pandas (==2.1.3)
Requires-Dist: pytesseract (==0.3.10)
Requires-Dist: requests (==2.31.0)
Requires-Dist: tiktoken (==0.5.1)
Requires-Dist: tqdm (==4.66.1)
