Hello all,
I am trying to get particular text(QuoteNumber) from a pdf from a folder called ‘Data’ in my current directory. I am using anchorGetDatafromPDF.xaml (6.8 KB) base to get my text but somehow i am not getting the desired output.Kindly help me out.
Hi @BXP,
Its tough to find using anchor base it may not be right.
1.Use the read PDF with OCR or Read PDF Text Activity from the pdf activities package in the manage packages.
2.Then you can extract the required text from the output string.
Cheers.
If you find it useful mark it as solution and close the thread.
Any queries ping me bro…
Vashisht.
Hello @AshwinS2,
Thanks for your suggestion, I am working on this so after the condition in Is Match satisfies i am getting the result as boolean but how do i get the Quote number next to it?
The issue is resolved, i used Read PDF Text activity and converted to string and later used Regex to get that particular text from the pdf text.
In Assign activity