Semi Structured Invoice - Field Not Detected

Hi

All of our invoices which have the invoice number field shown as INVOICE # [number] is not detected. Invoices with the invoice number field shown with extra white space like INVOICE # [number] is detected.

Any assistance is greatly appreciated.

Michael

Hi @maserafi

You can try the following RegEx pattern to extract the INVOICE #:

Invoice\s*#\s*(\d+)

image

Hope this helps,
Best Regards.