marker icon indicating copy to clipboard operation
marker copied to clipboard

CONFUSING! About Optional: OCRMyPDF

Open ckgithub2019 opened this issue 1 year ago • 2 comments

  1. What's the relation between OCRMyPDF and marker-pdf?
  2. If I install OCRMyPD and related packages, what could it do?
  3. If I only install OCRMyPD, do I need to install marker-pdf?
  4. Why does it need to run apt-get install ocrmypdf and run pip install ocrmypdf? """ Run apt-get install ocrmypdf Install ghostscript > 9.55 by following these instructions or running scripts/install/ghostscript_install.sh. Run pip install ocrmypdf """

ckgithub2019 avatar Aug 08 '24 15:08 ckgithub2019

marker doesn't do the OCR itself, it depends on Surya by default or OCRMyPDF as another option.

If you use Surya, you dont need to install ocrmypdf.

thebigboss9018 avatar Aug 11 '24 14:08 thebigboss9018

marker doesn't do the OCR itself, it depends on Surya by default or OCRMyPDF as another option.

If you use Surya, you dont need to install ocrmypdf.

Thanks. When or in what scenarios is OCR installation necessary?

ckgithub2019 avatar Aug 11 '24 15:08 ckgithub2019

It's not necessary - it's an option if you want to use tesseract for some reason (I wouldn't recommend it)

VikParuchuri avatar Aug 19 '24 23:08 VikParuchuri