Hi All
I’m working on Invoice extraction in multiple type of invoices
in this process I’m want to extract the details in PDF is (Description, Price, Quantity)
but in many PDF there is a alternative word are there in the PDF (Example: for Quantity - qty - qte )
So, I can’t extract the quantity in pdf
HI @krishna_priya1
Can you share the sample input?
Regards
Sudharsan
Hi @krishna_priya1
To extract details such as the description, price, and quantity from a PDF invoice, you can use the
-
Read PDF with OCR activity in UiPath to extract the text from the PDF
- Use the Find Text Position activity to locate the specific words or phrases you are looking for.
Regards,
Kaviyarasu N