Ask HN: Is there a ready-to-go solution to parse documents content?
11–19 of 19 posts
Tika, pdftotext, lynx (html), tesseract (ocr)
Re: Ask HN: Is there a ready-to-go solution to parse documents content?
#12Thanks guys. But none of your suggestions solve the whole problem (some don't include OCR, some support only limited file types and other). I'd like to have a black box that does everything for me (does OCR if needed, extracts pds, docs, txts and others).
But I'm afraid there's no such solution...
Re: Ask HN: Is there a ready-to-go solution to parse documents content?
#13I'm afraid I may be late to the party, but I've seen https://github.com/openpaperwork/paperwork before and it looked like a good solution for this. Never tried though.
Re: Ask HN: Is there a ready-to-go solution to parse documents content?
#14I'm afraid I may be late to the party, but I've seen https://github.com/openpaperwork/paperwork before and it looked like a good solution for this. Never tried though.
It's not an enterpise class solution ;(
Re: Ask HN: Is there a ready-to-go solution to parse documents content?
#15Yes, the https://www.ibm.com/watson/developercloud/document-conversio... Watson Document Conversion service meets those requirements. It's not free, and it's not popular, but it's reliable.
Good one, will look on it
Re: Ask HN: Is there a ready-to-go solution to parse documents content?
#16Tika, pdftotext, lynx (html), tesseract (ocr)
It's very difficult to combine it together, as documents in different types has a lot of edge cases
Re: Ask HN: Is there a ready-to-go solution to parse documents content?
#17Re: Ask HN: Is there a ready-to-go solution to parse documents content?
#18Re: Ask HN: Is there a ready-to-go solution to parse documents content?
#19Maybe this https://rawtext.ambar.cloud/ ?