@@ -259,10 +259,10 @@ Current state:
259259Phase 1: Structured result surfaces
260260
261261- [x] Expose ` structured_payload ` directly in ` agentic_parse ` output and metadata.
262- - [ ] Expose table payloads in a stable machine-readable form.
263- - [ ] Expose page-level data in ` agentic_parse ` output and metadata.
264- - [ ] Add stable ` tables[] ` output instead of relying on text summaries alone.
265- - [ ] Add stable ` pages[] ` output instead of relying on text summaries alone.
262+ - [x ] Expose table payloads in a stable machine-readable form.
263+ - [x ] Expose page-level data in ` agentic_parse ` output and metadata.
264+ - [x ] Add stable ` tables[] ` output instead of relying on text summaries alone.
265+ - [x ] Add stable ` pages[] ` output instead of relying on text summaries alone.
266266- [ ] Add stable ` elements[] ` output instead of relying on text summaries alone.
267267- [ ] Teach ` agentic_search ` to consume chunk context more directly.
268268- [ ] Teach ` agentic_search ` to consume tabular content more directly.
@@ -272,8 +272,8 @@ Phase 1: Structured result surfaces
272272
273273Phase 2: High-value parser depth
274274
275- - [ ] Improve native PDF extraction quality.
276- - [ ] Reduce dependence on weak text fallbacks for PDF.
275+ - [x ] Improve native PDF extraction quality (lopdf position-aware extraction) .
276+ - [x ] Reduce dependence on weak text fallbacks for PDF.
277277- [ ] Reduce dependence on OCR-only recovery for PDF.
278278- [ ] Deepen true BIFF12 ` xlsb ` extraction.
279279- [ ] Improve workbook structure recovery for ` xlsb ` .
0 commit comments