Get Particular Data From PDF

Hi,

I have PDF to get particular data from that pdf .

this input to get seprate, seprate information and set in web app text box.

same process doing another PDF

Regards

Hi @MD_Farhan1

Use Read PDF Text activity and then by using regex to get the required data.

You can use regular expression or use DU activity to get this done!

Hi,

How To use Regex . pls give me some demo code to get data. then explain me.

Thanks

There are activities to use regular expression.
image

Matching Text is Not Suitable for all pdf.

Hi @MD_Farhan1 if the structure of the pdf is not changing, then use Form Extractor.
Refer the below link:

Pls Explain with Demo i am fresher.

@MD_Farhan1

1.Use Read Pdf Text activity
2.Use Write Text File activity(To write the regex expressions based on output file)

First do these 2 steps then you will get one text file from that text file you can write regex

image

@MD_Farhan1

Please Watch these Videos you get some idea related to regex

Use Read Pdf Text activity it is not scanned if it is Scanned use Read pdf with ocr
Then apply Regex Expressions or string manipulations.

or

Please Share your Pdf I extract whatever data you want to extract

Thanks

Hi @MD_Farhan1

Use the below workflow:
Use the Read PDF Text and then use the Regex Expressions to extract the required data.

Regards

1 Like

assign properties to get value?

Hi @MD_Farhan1

I have assigned the values to store the data in particular variable so that you can use that variables in web app to pass the data.

Regards

1 Like

Send Me Assign Activity Values For above
one by one

Hi @MD_Farhan1

Main.xaml (24.3 KB)

Please refer the above attached xaml

Regards

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.