Search found 3 matches

by vistiors99
Mon Jul 02, 2012 8:55 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: MICR Code recognition
Replies: 4
Views: 7503

Re: MICR Code recognition

Hi Alex, thanks for your answer. I am able to set MICR capability (CAP_MICRENABLED) and to retrieve extended image info (ExtendedImageInfoId.MagData)). When I try to read the string value of MICR, the returned value (contained in ExtendedImageInfo.StringItems[0]) seems to be a non-ASCII encoding and...
by vistiors99
Sun Jul 01, 2012 5:07 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: MICR Code recognition
Replies: 4
Views: 7503

Re: MICR Code recognition

Hi, I need another suggestion about my problem. I think a chance for address the issue should be: 1. set CAP_MICRENABLED custom capability to true (my scanner suports MICR code recognition). 2. recognize the MICR code from extended image info properties. Do you think it should be the correct way to ...
by vistiors99
Sat Jun 30, 2012 7:23 pm
Forum: VintaSoft Twain .NET SDK Discussions
Topic: MICR Code recognition
Replies: 4
Views: 7503

MICR Code recognition

Hi at all, I am developing a software for acquire image from a TWAIN compatible scanner. I have succesfully detected barcodes in my images. In addition to barodes I need to recognize MICR code from acquired image. I have tried with extended image info without success.... Is it possible detect MICR c...