Metadata-Version: 2.5
Name: docpipe-core
Version: 0.1.0
Summary: Local-first document parsing to Markdown and structured JSON.
Project-URL: Homepage, https://github.com/iamzayn19/docpipe
Project-URL: Repository, https://github.com/iamzayn19/docpipe
Project-URL: Issues, https://github.com/iamzayn19/docpipe/issues
Author: Zayn
License-Expression: MIT
Keywords: documents,markdown,ocr,parsing,pdf,rag
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Text Processing
Requires-Python: >=3.9
Provides-Extra: all
Requires-Dist: pillow>=10.0; extra == 'all'
Requires-Dist: pymupdf>=1.24; extra == 'all'
Requires-Dist: pytesseract>=0.3; extra == 'all'
Requires-Dist: python-docx>=1.1; extra == 'all'
Provides-Extra: docx
Requires-Dist: python-docx>=1.1; extra == 'docx'
Provides-Extra: ocr
Requires-Dist: pillow>=10.0; extra == 'ocr'
Requires-Dist: pytesseract>=0.3; extra == 'ocr'
Provides-Extra: pdf
Requires-Dist: pymupdf>=1.24; extra == 'pdf'
Provides-Extra: test
Requires-Dist: pytest>=8.0; extra == 'test'
Description-Content-Type: text/markdown

# docpipe-core

Python engine for Docpipe. Parses local documents into Markdown and structured JSON.

See the repository README for full Python, Node.js, and Ruby usage.
