service · inferred from evidence
LlamaParse
A service that parses documents and can output tables as HTML or markdown.
- 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