I have PDF file and it contains numbers, which luckily are in native text, but numbers are in background border which is not recognized by read pdf activity. Then there is a gap - it can be easily seen visually but when text gets extracted - there is no indication that there is a gap. For example if you have table like that:
|214||231| |233|
The extracted text looks like 214 231 233
How to “catch” these empty spaces, so I can know that the value is empty in that cell?
Thank You for prompt replies, unfortunatelly there is no additional space either. I will try Chrome solution and come back in a few days. I am unable to upload file here, it is sensitive info.
I have tried chrome method but nothing useful too.
Please find a sample document attached. In this document it is clearly visible that there is a missing value in B column, but when using read from PDF it is not clear is it missing in B or C.