I am not to OCR and image processing. I need to scan a credit card and extract the name, credit card number, and expiration date? What algorithm/flowchart/logic should I use. For instance, I'm looking for pseudo code or a flowchart. For example, how do I detect and segment the first and last name on the credit card? How would I detect and segment the credit card number? How can I differentiate between the name and credit card number? How can I detect and segment the expiration date?
I am looking for something like this THIS is just the type input that I'm looking for. not saying this is the way it should be done (Not looking for code, but would helpful):
- 1) detect the credit card image out of the entire image.
- 2) Detect and locate the name .....how?
- 3) if this else
- 4) search for
Best regards.