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:
instead of get text you can try with read PDF Text or Read PDF with OCR activity you can try. Then you can scrap the specific text with regular expression or some basic methods such split etc.