Metadata-Version: 2.1
Name: vlm-ocr
Version: 0.1.4
Summary: A library for OCR using VLMs. Currently supports OpenAI and Anthropic models. Will work on Unix operating systems out of the box, some tweaking may be needed for Windows.
Author: Ethan Bailie
Author-email: eabailie@uwaterloo.ca
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: anthropic==0.36.2
Requires-Dist: pdf2image==1.17.0
Requires-Dist: python-dotenv==1.0.1
Requires-Dist: requests==2.32.3
