Hi,
I wanted to search for a partcular text in a PDF document using python.how can I use regular expressions for the same?I will be passing the PDF document as well as the regular expression as parameter.
Solved! Go to Solution.
You will need to adapt the code presented here
https://support.smartbear.com/articles/testcomplete/testing-pdf-files-with-testcomplete
to use within Python to pull the text out of a PDF file and process it.
Hi @manuelaneena,
Please refer to the following article for more information:
https://support.smartbear.com/testcomplete/docs/scripting/regular-expressions.html
You will need to adapt the code presented here
https://support.smartbear.com/articles/testcomplete/testing-pdf-files-with-testcomplete
to use within Python to pull the text out of a PDF file and process it.
Subject | Author | Latest Post |
---|---|---|