product · inferred from evidence
Document
A structured result type in the LlamaParse output, part of the schema.
- LlamaParse `output_tables_as_HTML` has no effect on `items[].md`
I set `output_tables_as_HTML=True` on LlamaParse and compare two parses of the same PDF containing one table. The page-level `md` output still shows markdown tables, and `result.pages[0].items[0].md` for the table item is markdown too. Why
- textractor raises `KeyError: 'Geometry'` when an expense field has an empty value
I call `textract.start_expense_analysis` on a multi-page invoice PDF stored in S3. When I access `document.expense_documents`, I get `KeyError: 'Geometry'`. Debugging the textractor package, I found the Geometry part is missing for an `Expe