Takes input of a CREDIT/DEBIT card image, and returns the card number detected.
Necessary packages to be installed for execution of the file. 1.) Open CMD 2.) Type : pip install tensorflow 3.) Type : pip install numpy 4.) Type : pip install argparse 5.) Type : pip install imutils 6.) Type : pip install cv 8.) Now you can execute the program.
Steps for program execution : 1.) Open CMD, and execute the command. 2.) path/of/the/file> python ocr_template_match.py --image path/to/image.jpg --reference path/to/reference/image.jpg
Example execution command : F:\Programming\Python\Template_Matching_OCR> python python ocr_template_match.py --image F:\Programming\Python\Template_Matching_OCR\images\credit_01.png --reference F:\Programming\Python\Projects\Template_Matching_OCR\referenceImage.jpg
SAMPLE VIDEO IS PROVIDED. (Download and watch it)