Hi All - I am very new to RPA and my first task is to find out if a given (pre-defined) pdf has customer signature or not. We just need to find if its being signed by customer or not, thats all. This what I have done so far
Used Anchor base (ContinueonError = True) to find text “Signature of Applicant” section
Used Get OCR Text document
Try to print the result
This is not working , its always giving me blank result.
I’m not sure if you can complete this task using UiPath but I have an idea and you can try it.
Use Image exists and capture the box from the paper where the signature has to be in but with no signature in, more exactly a blank one.
Check every pdf to identify if that image exists inside:
-if it exists: the paper is not signed
-if no: the paper is signed