Metadata-Version: 2.4
Name: pdfmark-ai
Version: 0.3.0
Summary: Convert PDF files to high-quality Markdown using LLM vision models
License-Expression: MIT
Project-URL: Homepage, https://github.com/axzml/pdfmark-ai
Project-URL: Repository, https://github.com/axzml/pdfmark-ai
Keywords: pdf,markdown,llm,vision,ocr,document-processing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: PyMuPDF>=1.25.0
Requires-Dist: anthropic>=0.40.0
Requires-Dist: typer>=0.12.0
Requires-Dist: rich>=13.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: Pillow>=10.0.0
Requires-Dist: tomli>=2.0.0; python_version < "3.11"
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: openai>=1.0.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23.0; extra == "dev"
Requires-Dist: pytest-mock>=3.12.0; extra == "dev"
Dynamic: license-file
