It could be helpful to add that my PDF is actually full text, so if I understand this right :
I might not need OCR commands, as my PDF is already searchable.
That being said I have no clue how to make a search inside my PDF.
Something like storeText with an xpath say, “xpath=(//*[text()[contains(.,'My Keyword… ')]])” ?
I’ll try that
EDIT : doesn’t seem to work but I forgot to mention that I’m using an embedded Acrobat Reader inside an iframe :
That don’t seem to work well with Web scraping obviously.
So I guess OCR is the only way to go…
Provided it works !