Metadata-Version: 2.1
Name: vlm-ocr
Version: 0.1.0
Summary: Allows you to easily use a VLM for OCR purposes. Currently only OpenAI, working on adding more VLM compatibility
Home-page: https://github.com/ethanbailie/vlm-ocr
Author: Ethan Bailie
Author-email: eabailie@uwaterloo.ca
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Requires-Dist: openai==1.51.0
Requires-Dist: pdf2image==1.17.0
Requires-Dist: python-dotenv==1.0.1
Requires-Dist: requests==2.32.3

