Amazon Textract – Extract text and data from virtually any document
1–10 of 74 posts
Re: Amazon Textract – Extract text and data from virtually any document
#2[0] https://hn.algolia.com/?query=pdf%20convert&sort=byPopularit...
Re: Amazon Textract – Extract text and data from virtually any document
#3I a team I'm working with had a lot of success doing this, curious what method(s) they are using.
Re: Amazon Textract – Extract text and data from virtually any document
#4Given how high and continuing the popularity of the "simple" conversion of regular PDF forms/tables -- even for the technically-sophisticated HN audience [0] -- if Amazon can deliver on OCR-to-data, that feels like a huge achievement. Not as sexy (or creepy) as Rekognition, perhaps, but almost certainly more day-to-day useful to the many, many professionals who work with documents and legacy data entry systems. [0] h…
I do maintain some level of skepticism though. It is ocr :D
Re: Amazon Textract – Extract text and data from virtually any document
#5Re: Amazon Textract – Extract text and data from virtually any document
#6Given how high and continuing the popularity of the "simple" conversion of regular PDF forms/tables -- even for the technically-sophisticated HN audience [0] -- if Amazon can deliver on OCR-to-data, that feels like a huge achievement. Not as sexy (or creepy) as Rekognition, perhaps, but almost certainly more day-to-day useful to the many, many professionals who work with documents and legacy data entry systems. [0] h…
Agreed. Anything that can lighten the load of having to write custom scripts to handle pdf-to-data conversions will be helpful. I do maintain some level of skepticism though. It is ocr :D
As an example of a more scripted/structured job, ProPublica built out a crowdsourcing framework in Rails to extract data from FCC filings. But even that was quite difficult, because every state/TV station has its own kind of form: https://projects.propublica.org/free-the-files/
Re: Amazon Textract – Extract text and data from virtually any document
#7I ask because it feels like I should have an app that lets me scan with my phone, process the text with OCR, then let me plain text search every scanned document I have.
The first part only natively made it into iOS Notes a year or two ago, but that whole experience above should be out of the box, IMHO…
Re: Amazon Textract – Extract text and data from virtually any document
#8Is off the shelf open source OCR not reliable for an image of reasonable fidelity, like a smartphone camera picture of a B&W text document? I ask because it feels like I should have an app that lets me scan with my phone, process the text with OCR, then let me plain text search every scanned document I have. The first part only natively made it into iOS Notes a year or two ago, but that whole experience above should…
For normal text OCR works well. But automatically understanding what is what is more complex.
Re: Amazon Textract – Extract text and data from virtually any document
#9Re: Amazon Textract – Extract text and data from virtually any document
#10I have a personal flow using tesseract to scan docs into searchable PDFs, but it’s not that accurate. One of the main problems is that some (now most?) of the documents are in German since I live in Germany, but some are in English. There’s a way to choose the language but nothing to auto detect as far as I’m aware. I was hoping for some cloud AI service with superior OCR and simple integration or CLI (push a PDF and…
Edit: Hell, even average word length is probably going to be a good indicator since German is so agglutinative. Collect some factors like this and I think you'll be able to build a pretty good classifier.