Metadata-Version: 2.1
Name: vlm4ocr
Version: 0.7.0
Summary: Python package and Web App for OCR with vision language models.
License: MIT
Author: Enshuo (David) Hsu
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
Provides-Extra: pdf2image
Provides-Extra: pymupdf
Provides-Extra: pypdfium2
Provides-Extra: tesseract
Requires-Dist: colorama (>=0.4.4)
Requires-Dist: json-repair (>=0.30.0)
Requires-Dist: llm-inference-engine (>=0.1.5)
Requires-Dist: pdf2image (>=1.16.0) ; extra == "pdf2image"
Requires-Dist: pillow (>=10.0.0)
Requires-Dist: pymupdf (>=1.24.0) ; extra == "pymupdf"
Requires-Dist: pypdfium2 (>=4.0.0) ; extra == "pypdfium2"
Requires-Dist: pytesseract (>=0.3.13) ; extra == "tesseract"
Description-Content-Type: text/markdown

This is the readme for vlm4ocr Python package.
