Hello everyone!
So I would like to be able to right-click a pdf in the Finder and do ocr of pdfs. I can’t really see any software that does this without opening the pdf in the software.
For clarification, I have:
Adobe (via my work)
Prizmo
Devonthink
I also have access to PDFpen (or Nitro) through SetApp, but haven’t downloaded it.
Any help with this? Either an app that has this integrated in Finder or a Apple Shortcut or similar.
I made a little shortcut using the ocrmypdf CLI tool that seems to work well enough. ocrmypdf uses the tesseract OCR engine, which should work for most printed English but might not work as well as Adobe and ABBYY for some documents.
You’ll need to install ocrmypdf (with Homebrew installed, brew install ocrmypdf)
You’ll need to add your Homebrew path to ~/.zshenv for Shortcuts to use, even if you already have it in .zshrc or .bashers
You’ll need to give Shortcuts the full path to ocrmypdf. (which ocrmypdf in Terminal.)
Will look into that but I have really felt the difference in quality with regards to OCR, nordic languages and open-source. It is just a field where I want “paid” services I guess. But will try OCRmyPDF. Thanks!