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
54 stars 20 forks source link

Return OCR score for each character #20

Closed DoubangoTelecom closed 3 years ago

DoubangoTelecom commented 4 years ago

The 'confidences' field in the JSON string is an 2+N array. The first 2 entries are the confidence for the OCR result then the confidence for the MICR line detection. The N next confidences represent the scores for each character in the OCR result. [OCR score, Detection score, Char 0...N scores]