compare-document-processing / pyproject.toml
Yousif Abdulhafiz
Add OCR capabilities with PyMuPDF enhance PDF extraction comparison
9a3de0d
raw
history blame contribute delete
337 Bytes
[project]
name = "document-hf"
version = "0.1.0"
description = "Streamlit app to compare Marker vs Docling PDF extraction"
readme = "README.md"
# Python requirement based on docling dependency constraints
requires-python = ">=3.13"
dependencies = [
"docling",
"marker-pdf",
"streamlit",
"st-diff-viewer",
"pymupdf>=1.26.4",
]