You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-3Lines changed: 26 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,9 @@ It takes JSON exported by [Docling](https://github.com/docling-project/docling)
6
6
7
7
- a small traceable JSON file with text blocks, page numbers, bounding boxes, and provenance
8
8
- a deterministic Markdown quality report that highlights missing fields, broken provenance, invalid bounding boxes, and layout/noise signals
9
+
- provenance-preserving JSONL chunk records from normalized parser output
9
10
10
-
This project does not try to replace Docling. Docling does the PDF parsing. This repo checks whether the parser output is structured, traceable, and safe enough to review before using it in downstream workflows.
11
+
This project does not try to replace Docling. Docling does the PDF parsing. This repo checks whether the parser output is structuredand traceable for human review before downstream use.
11
12
12
13
It does **not** claim OCR quality, RAG answer quality, table reconstruction, legal extraction, compliance readiness, production extraction accuracy, or enterprise readiness.
This repository includes derived example outputs for page 6 and page 12 of the sample article:
@@ -146,7 +169,7 @@ These signals identify page-layout elements that may need review before reusing
146
169
- ambiguous_image_blocks: 1
147
170
```
148
171
149
-
`REVIEW` means the hard structure checks passed, but warning details still need human review before Markdown export, RAG ingestion preparation, or manual extraction.
172
+
`REVIEW` means the hard structure checks passed, but warning details still need human review before Markdown export, retrieval-oriented preparation, or manual extraction.
0 commit comments