Announcements
..
That sounds like something RegEx would solve quickly (read the whole invoice and regex the invoice no).
But you can use RegEx with OCR aswell
Write an expression like (?<=InvoiceNo).*
like i want to extract in this invoice #1167 is the invoice number an i need that
In that case, you should use the regex expression
#\d{4,8}
where 4,8 is the amount of digits the invoice number can have. In the OCR action, put on the regex marker as shows above and put the expression in the "text to find" box.
I pasted the wrong action, you don't want to just move the cursor, you want to read the text.
Use this
to extract all the text, then use a 'parse text' action to use the regex above.
i still not get it can u plz use this invoice and perform this which i shared now i am confused
and i also want that it will automatic extract this data automatic cursor will move
step 1) Open the invoice
step 2)
step 3)
The text should be in the %Match% variable
got it sir thank you from which website that i will get this regex expression for each text
Like i need that date from the invoice also
happy to help. There isn't a 'cheatsheet' for using regex, you have to learn how to use it.
A good resource to test them is https://regex101.com/ . Youtube videos is of course always a way to learn it.
Good luck!
can u give me the regex for date in invoice which i shared😅
it's a bit complicated and I'm extremely busy. A quickfix would be
\w{3}\s\d\d,\s\d{4}
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 231 Super User 2026 Season 2
David_MA 217 Super User 2026 Season 2
Mohsin Ali 170