OPTICAL CHARACTER RECOGNITION (CONVERTING RESTAURANT RECEIPTS INTO TEXT)
Ältere Kommentare anzeigen
Dear all,
I am working on converting image of restaurant receipts into readable text using OCR. I have already completed sort of pre processing steps for OCR with help of http://basic-eng.blogspot.com/2006/04/character-recognition-example.html
Just to brief on what is done so far is that the image is first converted to grayscale, followed by converting into binary image using threshold technique then the binary image has gone through connectivity test in order to check for the maximum connected component which is the box of the form. The final result is as shown in attachement

Now the problem is after locating the box, how can i crop individual character into different subimages that will be the raw data for classification technique.
Any help on this is much appreciated :)
Thanks :)
Antworten (1)
Dima Lisin
am 20 Jul. 2014
0 Stimmen
You can use imcrop for cropping.
But better yet, try the ocr() function in the Computer Vision System Toolbox.
2 Kommentare
Isra Abbasi
am 21 Jul. 2014
Dima Lisin
am 21 Jul. 2014
Hi Isra,
You can buy it from Mathworks. Also, you would need a recent version of MATLAB. ocr() was added in R2014a.
Kategorien
Mehr zu Text Detection and Recognition finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!