Question
1
Replies
947
Views
Posted: November 22, 2018
Last activity: November 22, 2018
Read Scannned pdf document
I want to extract specific word from the scanned pdf document, can someone please provide the steps or automation copy
If you only need to see if keyword exists in scanned PDF, just use ProcessToText method and then use String.Contains() method over result.
Simple solution is attached together with test PDF file.