shamimgolafshan / CreditCardOCR-Vision

Utilizing Optical Character Recognition (OCR) technologies, the project is designed to accurately extract and recognize credit card numbers from variously oriented and sized images. Dive into Python scripts leveraging OpenCV for image processing, with detailed setup instructions and code for robust digit extraction.
0 stars 0 forks source link

does this work for CVV / expiration? #1

Open jackpot08 opened 3 months ago

jackpot08 commented 3 months ago

hello i was wondering if this script will also recognize the expiration and CVV? or is it only just the card number. thank you

shamimgolafshan commented 3 months ago

@jackpot08 Hello, Yes you can detect the CVV and the Expiration using this code. If you need any help, let me know.