Hello,
I want to read data from PDF which is readable but not in well-structured format.
from below I need to read HCP 336389/2022
and from below USD & 9.018,00
Hello,
I want to read data from PDF which is readable but not in well-structured format.
from below I need to read HCP 336389/2022
and from below USD & 9.018,00
Use ReadPdfText with OCR it will read the entire text after that use regular expression & write the pattern to get the expected output.
Thanks
Varun
Hi @nilesh.mahajan
To read all data in a pdf, use the read pdf text or read pdf with OCR action, and then use the regex function to retrieve the data.
Regards,
Kaviyarasu N
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.