Hi all,
Doing task in c#, input as PDF, task is about read the PDF file as text and match the specific word. If the specific word is there then I plan to delete the file. I use system.IO to read the file but I don't know how to check the file. Kindly suggest solution for my issue.
Loading
Jony GreenPosted Oct 19, 2015, 2:29 AM
newto netPosted Aug 5, 2015, 11:11 AM
Dam MabPosted Jun 25, 2015, 11:21 AM
Also, if the PDF pages contain images of text and not actual text objects, you will need to perform OCR on them.
You basically have 2 options, either go with free offerings on the web such as iTextSharp for PDF and Tessnet2 for OCR, and try to get them to work together, or use a library that has both PDF and OCR like LeadTools.