Hi all,
Is there any way to read specific text from scanned pdf document...i have multiple document of multiple user in one pdf..now my need is i want to separate user document and create a new pdf for every user.
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.
Leon DPosted Sep 16, 2019, 8:35 PM
Mohamed AbedallahPosted Sep 19, 2019, 10:05 AM
Once you get the text from the document, you can search the resulting text for the words you need and then decide what you want to do with the PDF.
The following C# code shows how you can do this using LEADTOOLS functions:
https://www.leadtools.com/help/leadtools/v20/dh/fo/iocrpage.html
https://www.leadtools.com/help/leadtools/v20/dh/to/recognizing-ocr-pages.html
LEADTOOLS also has OCR Cloud Web API:
https://services.leadtools.com/features/ocr
Amit GuptaPosted Sep 16, 2019, 2:45 AM
Archit ShrivastavaPosted Sep 16, 2019, 2:40 AM
Amit GuptaPosted Sep 16, 2019, 2:32 AM