Show HN: `pdf2searchablepdf` command-line tool to make PDF have searchable text (github.com)
Easily perform OCR (Optical Character Recognition) on PDFs. `pdf2searchablepdf input.pdf` = voila! "input_searchable.pdf" is created & now has searchable text
10 comments
[ 3.2 ms ] story [ 31.7 ms ] thread> This page does not exist yet.
Are there any advantages you see of mine vs theirs? I'd like to know what features each has compared to the other.
Probably I have to write long post about this )
Another similar project is PDF Sandwich.
http://www.tobias-elze.de/pdfsandwich/
I'd like to find one that uses AWS Textract or some other similar OCR - for my rare use-case, it's so much better at OCR that I'm worth paying a few cents to do the OCR. Maybe Tesseract /can/ do a better job than I've seen in the past, but I imagine getting it there would take an investment in time - when usually I'm OCRing one or two PDFs as part of a separate workflow, so I don't want to distract with trying to improve the process.
Issue opened: https://github.com/ElectricRCAircraftGuy/PDF2SearchablePDF/i...
Can you identify any pros/cons to my software over theirs, or vice versa?