I was wondering from many days for this, my program is in windows application(c#) scanning the check and display its bank routing number and check number. The check is being scanned in my application but unable to read micr code in the check, so can any one help me by giving some samples
I tried the sample of Inliteresearch (ClearCheck21) but that have some errors while executing... please can one help me....
1.'ClearMicr.CcMicrReader' does not contain a definition for 'get_MicrLine' and no extension method 'get_MicrLine' accepting a first argument of type 'ClearMicr.CcMicrReader' could be found (are you missing a using directive or an assembly reference?)
2.'ClearMicr.CcMicrInfo' does not contain a definition for 'TextANSI' and no extension method 'TextANSI' accepting a first argument of type 'ClearMicr.CcMicrInfo' could be found (are you missing a using directive or an assembly reference?)
3.'ClearMicr.CcMicrInfo' does not contain a definition for 'TextRaw' and no extension method 'TextRaw' accepting a first argument of type 'ClearMicr.CcMicrInfo' could be found (are you missing a using directive or an assembly reference?)
These above errors are coming in the inlinesearch sample code can any one help me from these bugs...... or with a better sample code.....