Tagged Questions

26
votes
4answers
8k views

How can I implement OCR on a website using PHP?

Are there any free OCR libraries that work with PHP? Perhaps there is a different way to do OCR on a website. If so please share. EDIT: Python is also acceptable. EDIT2: I'm working with a Linux ...
4
votes
2answers
2k views

FOSS Intelligent Character Recognition (ICR)

Does anyone know of an open source Intelligent Character Recognition (ICR) library? There seems to be plenty out there for OCR but I am focusing on recognizing handwriting and would love it if there ...
1
vote
1answer
92 views

Slant Correction Algorithm for Binary Images of Digits

As part of an Offline Handwriting Recognition program, i have a large set of hand written digits written by about 100 people of the numbers 0 to 9. Before getting the program to classify each of the ...
1
vote
1answer
1k views

Most accurate open-source OCR for handwritten numbers?

My software needs to read a fixed-length handwritten number. While I could use a general-purpose library like Tesseract, I am sure there is something smarter. Tesseract will probably misinterpret ...
0
votes
2answers
74 views

Tesseract OCR - Handwritten font

I'm trying to use Tesseract-OCR to detect the text of images with pure text in it but these text has a handwritten font called Journal. Example: The result is not the best: Maxima! size` W ...
0
votes
1answer
432 views

handwriting recognition with simple training

I've been reading (and trying) OCR programs suggested in previous answers but I'm still without a clear answer to my problem. I need to recognize handwritten English text. The text would be multiple ...