Hi Guys,
I have problem about unable to Read PDF Text by Robot.
Both are readable PDF and I checked by myself that it can be read correctly.
However, Robot is cannot read Text in specific area.
I attached photo here for the reading result of both file by Robot.
(Sorry I cannot attached PDF file because of confidential data)
Can you pleaes give me advise what is the reason and how should I make Robot to be able to read both file correctly.
@Gokion It looks like you are applying regular expressions. Before you do that write the extracted data to text file . This helps you to identify what is the data that got extracted and what not.
I’ve found the root cause. It was because of my PDF which might be encoded in weird language.
So, the robot is unable to read it.
I change method of users to save the PDF. It works well.