Skip to content

Marker is not working #628

Description

@Ashwini-Ram

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions