Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OCR Document Scanning .NET SDK [closed]

Tags:

.net

sdk

ocr

Does anyone have any positive/negative feedback on a .NET SDK for document scanning. Not sure where to start when comparing, and would love a human opinion! TIA!

like image 636
drewbeta Avatar asked Nov 05 '22 21:11

drewbeta


1 Answers

Basically, there are a number of options out there depending on how you want to implement them. Tessnet2 is a good option:

http://www.pixel-technology.com/freeware/tessnet2/

As is MODI (Microsoft Office Document Imaging library) if you have Microsoft Office already:

http://www.codeproject.com/KB/office/modi.aspx

like image 171
IAmTimCorey Avatar answered Nov 15 '22 05:11

IAmTimCorey