Skip to content

flick-23/Template_Matching_OCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template_Matching_OCR

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)

About

Takes input of a CREDIT/DEBIT card image, and returns the card number detected.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages