I am using Pytesseract to detect text from cancelled cheque I want to fetch 
Bank name IFSC code and MICR code from that cancelled cheque. In some 
cheques all the details are fetch but some of them MICR or IFSC or account 
numeber is not record in response. can any one tell me which package is 
install to read MICR font from cheques
   

On Saturday, March 23, 2019 at 3:24:36 AM UTC+5:30 sjsin...@gmail.com wrote:

> 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 <sjsin...@gmail.com> 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 tesseract-oc...@googlegroups.com.
>>> To post to this group, send email to tesser...@googlegroups.com.
>>> 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 tesseract-ocr+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/e37e0435-a8c0-443c-97e3-e45672ae4d05n%40googlegroups.com.

Reply via email to