I use Abbyy with WINE. But a native Linux shell version of Abbyy is available: http://www.ocr4linux.com/en:start
Using Tesseract OCR with Python
21–30 of 50 posts
Re: Using Tesseract OCR with Python
#22We are trying automate the entire loan application and processing. So, this involved a lot of character recognition stuff as our target group have their financial documents as hard copies. Helping them autofill their information would make their task easier as well as avoid human errors while typing. So, after reading a few articles, I first designed a OCR using google’s OCR library tesseract. The classifier produced…
Re: Using Tesseract OCR with Python
#23We are trying automate the entire loan application and processing. So, this involved a lot of character recognition stuff as our target group have their financial documents as hard copies. Helping them autofill their information would make their task easier as well as avoid human errors while typing. So, after reading a few articles, I first designed a OCR using google’s OCR library tesseract. The classifier produced…
Re: Using Tesseract OCR with Python
#24Teaseract is ok printed material that's neatly organized, but other than that it seems the only other programmatic ocr is google cloud vision. It's a hundred times better, but unfortunately I need to OCR documents I can't contractual show the mighty G
Re: Using Tesseract OCR with Python
#25I know Tesseract is OS but when I tried it, it was nearly useless. I use Abbyy with WINE. But a native Linux shell version of Abbyy is available: http://www.ocr4linux.com/en:start
Re: Using Tesseract OCR with Python
#26We are trying automate the entire loan application and processing. So, this involved a lot of character recognition stuff as our target group have their financial documents as hard copies. Helping them autofill their information would make their task easier as well as avoid human errors while typing. So, after reading a few articles, I first designed a OCR using google’s OCR library tesseract. The classifier produced…
Re: Using Tesseract OCR with Python
#27Re: Using Tesseract OCR with Python
#28I have no formal training in CV, so my impression is that recognition is relatively easy, the hard thing is the preprocessing need in order to normalize images.
Re: Using Tesseract OCR with Python
#29Re: Using Tesseract OCR with Python
#30If you plan on using tesseract definitely try out their 4.0 beta, which uses LSTMs. https://github.com/tesseract-ocr/tesseract/wiki/4.0-with-LST...