DoubangoTelecom / ultimateMICR-SDK

Bank check information extraction/OCR from Magnetic Ink Character Recognition [MICR] (E-13B & CMC-7) using deep learning
https://www.doubango.org/webapps/micr/
Other
51 stars 18 forks source link

Incorrect recognition! #61

Open alhashash opened 8 months ago

alhashash commented 8 months ago

I had some problems when trying to test some images on your website https://www.doubango.org/webapps/micr/

This E-13B code is not correctly recognized:

{
code :  200,
duration :  89,
orientation :  1,
phrase :  "OK",
rotation :  0,
zones : [
{
confidences : [ ... ],
description :  "E-13B",
fields : [ ... ],
klass :  1,
skew :  -0.007272599052403701,
text :  "C000000316A100000321563C",
warppedBox : [ ... ]
}
]

image

This image is also not recognized if it is in JPG format. image

Saving the same file as PNG from JPG makes it recognizable!!! image

alhashash commented 8 months ago

Here is the original files used for testing. 1.jpg

2.jpg

2.png