Date extraction from PDF is not working!

@Joker , If possible we would only require you to Share the part of the Data where the Extraction should happen. From a Larger data, only the data needed :
From this :

Large Data
Again Large Data

Line Before Data to Extract

Data to Extract

Line after Data to Extract

Large Data
Large Data
...

To This :

Line Before Data to Extract

Data to Extract

Line after Data to Extract

So here how it is -

  1. Used Read PDF Text and stored the output in var1
  2. There are 2 dates in whole PDF

Using Regex, I was able to get 1st date but not 2nd.
I tried extracting all dates in the PDF.

Somehow it is not reading the other date. Similar thing happened when I tried using UI Automation using OCR as well

Sure, let me see what I can do and will share it in a few

It will depend how your pdf is structured…

But regex should work. Did you see the videos that other colleagues attached you?

@Joker Is the Second Date available in the form of Text ?

If so, we should be able to get the Date.

1 Like