Thanks for the help do you also guide me how can i integrate it to my python project we can also discuss further on gitter or devfolio @sjsingh101
On Friday, March 22, 2019 at 10:59:59 PM UTC+5:30, shree wrote: > > See https://github.com/BigPino67/Tesseract-MICR-OCR > > On Fri, Mar 22, 2019 at 6:10 PM <[email protected] <javascript:>> wrote: > >> i am a student working on this but i don't have much idea about >> tessseract will smeone guide me how can i make my own OCR for cheque please >> any help is appreciated >> >> On Friday, March 28, 2008 at 2:14:59 PM UTC+5:30, ttutuncu wrote: >>> >>> Hi, >>> >>> I am working on a project in our company. My aim is to recognize MICR >>> 13B-type fonts which are generaly used for number printing on bank >>> cheques. >>> >>> I have managed to successfuly read the bank cheque number. The success >>> rate is around %95 if I only cut the region of the number from the >>> scanned image. >>> >>> The problem is when I process the whole image (the whole bank cheque) >>> tesseract tries to recognize all the regions and and does not want to >>> ignore characters that do not occur in the allowed unicharset. >>> >>> My unicharset is: A,B,C,D,1,2,3,4,5,6,7,8,9,0 >>> >>> What I want tesseract to do is to ignore every other character that is >>> not in the unicharset. >>> >>> When tesseract tries to assimilate every character in the image, the >>> success rate of recognizing the cheque number decreases to around %70- >>> %80. >>> >>> Is there a way to make tesseract ignore the other characters that are >>> not in the unicharset. >>> >>> The other problem is that in the output I sometimes get a "o" >>> character instead of a "0" (zero) character even though it is not in >>> my unicharset. >>> >>> Does the DangAmbigs file really work? Because I think it is not >>> working for me. Is there a configuration for this? >>> >>> When I finish my project I will release it to this group. >>> >>> Thank you for your help... >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "tesseract-ocr" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/tesseract-ocr. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/tesseract-ocr/ef53435c-3c79-4404-996a-c3357553d595%40googlegroups.com >> >> <https://groups.google.com/d/msgid/tesseract-ocr/ef53435c-3c79-4404-996a-c3357553d595%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > > -- > > ____________________________________________________________ > भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com > -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tesseract-ocr. To view this discussion on the web visit https://groups.google.com/d/msgid/tesseract-ocr/5c16d577-10e0-4b17-8b6c-d9503bf7f7f8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

