Vik Paruchuri
Vik Paruchuri
> I am installing on mac and failing: > > ``` > INFO: pip is still looking at multiple versions of marker-pdf to determine which version is compatible with other...
> I am using win11 and trying to install marker-pdf. I run "pip install marker-pdf", but get "cannot uninstall tbb " error. I haven't seen this error. Maybe make a...
This should be fixed now - marker no longer needs ray.
Ah yeah, I didn't redo the debug routines when I updated marker. Will get to this next week
I have only seen this as a warning with pytorch 2.3 (it doesn't stop execution). You may have an older version of CUDA that needs to be updated if it's...
This is a really interesting edge case. I think the challenge is the "mostly regular text with some inverted". Some ideas: - Finetune the text detection model with negative examples...
Typeerror fixed by https://github.com/VikParuchuri/marker/pull/213
This was a version mismatch, it should be fixed if you're using the version of pdftext specified in the latest marker
Should be fixed now
Are you converting one PDF or multiple? From the worker count, etc, guessing multiple. If multiple, how many/how many pages per?