Read different scanned invoice

Hi @mohammedamaan,

You can use read PDF text with OCR activity, and see if the output is readable and because the invoices are scanned the data won’t be proper.

If the data is proper you can use regular expressions to extract the data.
If the data is not proper, use computer vision activities.