Overview
universal-doc-parser v1.0.2 introduces direct Hugging Face Space interactive demo integrations, expands project metadata with PyPI sidebar URLs, and completes the technical documentation suite across docs/.
What's New
- Live Demo Integration: Added interactive demo badges and links to
README.mdand PyPI package metadata ([project.urls]). - Full Architecture Specification: Populated
docs/ARCHITECTURE.mdwith complete technical breakdowns of the two-pass extraction engine, font-size percentile hierarchy, and adaptive layout fingerprinting. - Schema Documentation: Populated
docs/SCHEMA.mdwith field-level references, type constraints, and null-safety semantics for all Pydantic models. - Contributor Guide: Populated
docs/ADDING_A_FORMAT.mdwith step-by-step instructions for implementing new format extractors. - UI Responsiveness: Implemented payload safeguards in
main.pyensuring fast rendering on multi-page reports.
Live Demo & Package
- Interactive Web Demo: https://huggingface.co/spaces/Karan6124/universal-doc-parser
- PyPI Package: https://pypi.org/project/universal-doc-parser/1.0.2/