Hello, I want to extract specific data from pdf file like “seller” information, I am using below syntax to get the data from pdf. But I am unable to pull the data.
Actually, I Already have the path of the solution for the challenge from Github. I am trying to understand here how to extract the specific information from PDF like the example above which I attached.
Can you help me with that syntax for String manipulation to get “Seller information” from pdf file
Thanks for the sample xaml file. I have attached mine after changes done but I am getting an empty value. I have another question, Can we use same syntax for any specific data to retrieve from pdf files like any invoice numbers or file id’s from pdf?
Actually the thing you are doing is by using Get OCR Text something so the position of the text may vary thats why you are not getting the Value in variable and getting Empty Value.
If you try reading the PDF by Read PDF Text Activity then you will definetly get the output.
Difference between Get OCR Text and Read PDF Text is :-
Get OCR Text :- It is used for Screen Scrapping when you wont find the Position of any Text.
Read PDF Text :- Reading all the Text within PDF along with Preserving Format and not also.
Yes. You can use the same syntax if the data pattern/format within PDF is same like the ExcelCult PDF on which you are working on now. Then it will definetly work.
But if it is not then you might have to make changes in the syntax if the Data pattern/format is different.