ocr

  • Thread starter Thread starter Paps
  • Start date Start date
P

Paps

Where i can find a simple real world working example in c# (just to
recognize 'A B C 1 2 3' ) ?

thank's
Paps
 
Paps,

There is nothing in the framework that will allow you to do optical
character recognition. You will have to find a third party component or you
will have to code it yourself. Your best bet would be to find an existing
COM component or DLL library and use COM interop or the P/Invoke layer.

Hope this helps.
 
Back
Top