I installed marker locally on an M4 mac. The install succeeds but I am unable to use the library.
Using the CLI, I see that params are unsupported -
marker_single input_pdfs/10K_sample_1.pdf --output_dir . --output_format markdown
usage: marker_single [-h] [--max_pages MAX_PAGES] [--langs LANGS] [--batch_multiplier BATCH_MULTIPLIER] filename output
marker_single: error: unrecognized arguments: --output_dir --output_format markdown
Using python I see an import error:
Traceback (most recent call last):
File "/Users/ashwini/Desktop/ParsingEval/marker_eval.py", line 4, in <module>
from marker.converters.pdf import PdfConverter
ModuleNotFoundError: No module named 'marker.converters'
I installed marker locally on an M4 mac. The install succeeds but I am unable to use the library.
Using the CLI, I see that params are unsupported -
Using python I see an import error: