VikParuchuri / marker

Convert PDF to markdown quickly with high accuracy
https://www.datalab.to
GNU General Public License v3.0
16.82k stars 955 forks source link

Missing config.yml ? #117

Closed jstjoe closed 4 months ago

jstjoe commented 4 months ago

I just installed v2 via pip, and when I try to run marker /input /output I get this error:

[-] Could not find /Users/joe/Code/pdfprep/config.yml.

The route is my working directory. I searched through the repo and didn't find a config.yml example. Sorry if I missed something obvious, I'm excited to try v2 :)

VikParuchuri commented 4 months ago

Marker doesn't need a config.yml file. I haven't seen this error, either. I'm guessing this is something else on your system, but I'm not sure what it could be.

jstjoe commented 4 months ago

Appreciate the response. I'll test in different environments and report back if I get stuck. Will close for now.

joeamroo commented 3 months ago

DId you ever figure out what the problem was? @jstjoe

sagaruprety commented 2 months ago

I had this same error, then I realised that I also had 'marker' library installed. Mistakenly I had installed 'marker' instead of 'marker-pdf' via pip. When I uninstalled 'marker', I no longer had this error.