Metadata-Version: 2.1
Name: tocky
Version: 0.0.16
Summary: Extract structured table of contents data from digitized books.
License: MIT
Author: Drini Cami
Author-email: cdrini@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: app
Provides-Extra: easyocr
Provides-Extra: tesseract
Requires-Dist: Flask (>=3.0.0,<4.0.0) ; extra == "app"
Requires-Dist: Flask-Cors (>=4.0.0,<5.0.0) ; extra == "app"
Requires-Dist: Pillow (>=9.4.0,<10.0.0)
Requires-Dist: Rtree (==1.1.0)
Requires-Dist: easyocr (==1.7.1) ; extra == "easyocr"
Requires-Dist: internetarchive (==3.5.0)
Requires-Dist: lxml (>=4.9.3,<5.0.0)
Requires-Dist: numpy (>=1.25.2,<2.0.0) ; extra == "tesseract"
Requires-Dist: openai (>=1.3.6,<2.0.0)
Requires-Dist: opencv-contrib-python (==4.8.*) ; extra == "tesseract"
Requires-Dist: pandas (>=1.5.3,<2.0.0) ; extra == "tesseract"
Requires-Dist: pycountry (>=23.12.11,<24.0.0)
Requires-Dist: pytesseract (==0.3.10) ; extra == "tesseract"
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: tiktoken (>=0.7.0,<0.8.0)
