Metadata-Version: 2.3
Name: parseflow
Version: 0.1.0
Summary: ParseFlow is a versatile Python library for extracting and structuring content from various document formats, including PDFs, Word documents, Excel files, images, and more. It provides a standardized JSON output, making it ideal for Retrieval-Augmented Generation (RAG), document processing, and data extraction workflows.
License: MIT
Author: anooj-gandham
Author-email: anoojgandham@gmail.com
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Description-Content-Type: text/markdown

# parseflow
ParseFlow is a versatile Python library for extracting and structuring content from various document formats, including PDFs, Word documents, Excel files, images, and more. It provides a standardized JSON output, making it ideal for Retrieval-Augmented Generation (RAG), document processing, and data extraction workflows.

