Marker does not recognize a table in PDF
The following pdf:
Is recognized as text and not as a table.
By using your API using the paramether mode set as "Accurate", the table appears.
Also, the local mode does not seems to have a "mode"paramether.
Is there a way to locally get the ocr result as a table? I have tried "force_ocr", "use_llm" all set to True and nothing.
Hi @ptpedro
We are currently working on improving our layout model so that less of these errors occur. It should be out shortly!
Out of curiosity, could you run your test document through marker_gui with debug=True and share the output?
Also, the mode parameter is only for our API, where we do some heavier processing for edge cases. This will probably not be integrated into this repo
hello can you please provide a python code with llm