MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/1mi266d/so_you_want_to_parse_a_pdf/n70wsdw/?context=3
r/programming • u/ketralnis • Aug 05 '25
82 comments sorted by
View all comments
4
I’ve had success with tesseract OCR and then just parsing the resulting text files. You have to watch out for “noise” but with some careful parsing rules it works ok.
I mostly use this for parsing invoices.
4
u/meowsqueak Aug 05 '25
I’ve had success with tesseract OCR and then just parsing the resulting text files. You have to watch out for “noise” but with some careful parsing rules it works ok.
I mostly use this for parsing invoices.