please give me some soluiton or some guidance
Thankyou
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.
Janat AlJamalPosted Nov 3, 2019, 10:44 PM
For convenience and quicker results, I would recommend looking at the ocr recognition provided by a professional project such as leadtools. leadtools sdk already has a lot of samples you can access, so you can test your input files and check the quality of your results on the demos hosted on the website https://www.leadtools.com/demos/html5
There is also a forum post which shows you can perform OCR on your images with only a few lines of code https://www.leadtools.com/support/forum/posts/t12068-
{
using (IOcrEngine ocrEngine = OcrEngineManager.CreateEngine(OcrEngineType.Advantage, false))
{
ocrEngine.Startup(null, null, null, null);
ocrEngine.AutoRecognizeManager.Run(inputFile, outputFile, format, null, null);
}
}
Jony GreenPosted Oct 18, 2015, 11:32 PM
Richard MarshelPosted Jan 23, 2014, 6:04 AM
dattu gunnabathulaPosted Sep 17, 2013, 2:38 AM
About this service
OCR stands for Optical character recognition. OCR software enables you to extract text from an image and convert it into an editable text document. If you need the text from an image you don't have to sit and type in the whole text. Just scan the text and then use our OCR tool to convert it into editable text.
There are many OCR software available though, most of them have more features but, you have to install them and they are commercial and costly. It doesn't make much sense to spend so much money on it if you'd be using it once in a bluemoon.
But don't forget that you'll want to do a sanity check on that text that's returned to you, since there are a lot of complications that can come up in the recognition and translation process. But proofreading your text is a lot faster—and easier—than having to type it all in, one character at a time.
http://www.free-ocr.com/