Hello everyone,
I currently working on an exercise in UiPath where I am using a ‘Get Text’ activity to try and extract a dynamic InvoiceNo from a PDF, such as the one below:
Below are the Strict Selector properties I have set to ensure that it can collect the InvoiceNo from a dynamic range of PDF files:
The output it should give on the MessageBox, should be ‘InvoiceNo: 485744’. However, this keeps on giving ‘1’:
I am curious to know what I could be doing wrong. Any tips on how I can fix this?