can anyone tell me, how i extract Account number from bank cheque book and There are multiple cheque & all cheque has differnt bank name
Can you share the sample image? @yogitagaikwad2206
Regrads
Please check the below thread,It might helps you
Please use the below regex for Account number:
(?<=A\/C.*\.?\s*)(\d+)
Please use the below regex for IFSC Code:
(?<=(Code|CODE)\s*)([A-Z]+\d+)
Regards
can u just send link for extraction using regex
You can check the regex using the below URL:
Account Number:
IFSC Code:
When you open the URL in a new tab, if they won’t get highlighted so then please remove the last character and reassign that character so that it will be highlighted.
Regards