Hi ,
i have a scanned image file which contains some texts. i want to convert this image file into a .txt file using C#. How do i do this?.. Help me pls.. without using ocr software
Thank you..
Regards
nani
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jony GreenPosted Oct 19, 2015, 1:54 AM
Joseph AliPosted Jul 12, 2012, 4:18 AM
I did a quick search for OCR libraries and I winded up using a toolkit called leadtools that gave me faster and more accurate results. There is a sample code that uses it in the following link:
http://support.leadtools.com/SupportPortal/CS/forums/40817/ShowPost.aspx
NaniPosted Mar 30, 2012, 6:33 AM
Dorababu MekaPosted Mar 30, 2012, 2:42 AM
google's tesseract-ocr library has a .NET wrapper you can use