Hi all,
Actually my task is to extract text from image without using OCR tool .is there any possibility of doing without using OCR tool.
can anyone help me about this problem.
Thanks
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.
Naresh BeniwalPosted Oct 30, 2022, 9:37 AM
https://geekflare.com/convert-image-to-text/
Leon DPosted Sep 21, 2022, 2:47 AM
You have to use an OCR tool to read text from images. Spire.OCR can help you achieve this task:
https://www.e-iceblue.com/Tutorials/Spire.OCR/Quick-Start-for-.NET-Core/How-to-use-Spire.OCR-for-.NET-in-.NET-Core-Applications.html
Rajanikant HawaldarPosted Sep 20, 2022, 11:21 AM
https://www.c-sharpcorner.com/article/ocr-using-tesseract-in-C-Sharp/
Marvin ReidPosted Sep 19, 2022, 5:12 PM
If the input files you are using are already searchable in nature, such as PDF or DOCX, you can use the LEADTOOLS GetText() method to get the text without running OCR. In cases outside of this, this will run OCR which would be required to extract the text. Here is an example that you can build on:
https://www.leadtools.com/help/sdk/v22/dh/dox/documentpage-gettext().html
https://www.leadtools.com/help/sdk/v22/tutorials/dotnet-console-parse-the-text-of-a-document.html
Jony GreenPosted Oct 18, 2015, 10:49 PM
Gedion NketiahPosted Sep 17, 2015, 4:05 AM
1) Have a user read it and type it (human recognition or transcript operators).
2) Perform automated optical character recognition (OCR).
I don't think you mean the first, and I'm not sure why you don't want the second. But if you want to automate the process, you must use an OCR engine such as modi, leadtools or tesseract.
mandark rajpathakPosted Jul 22, 2015, 5:06 AM