├── images ├── credit_card_01.png ├── credit_card_02.png ├── credit_card_03.png ├── credit_card_04.png ├── credit_card_05.png └── test.jpg ├── ocr_a_reference.png └── ocr_template_match.py /images/credit_card_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLGRF/template-matching-ocr/HEAD/images/credit_card_01.png -------------------------------------------------------------------------------- /images/credit_card_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLGRF/template-matching-ocr/HEAD/images/credit_card_02.png -------------------------------------------------------------------------------- /images/credit_card_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLGRF/template-matching-ocr/HEAD/images/credit_card_03.png -------------------------------------------------------------------------------- /images/credit_card_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLGRF/template-matching-ocr/HEAD/images/credit_card_04.png -------------------------------------------------------------------------------- /images/credit_card_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLGRF/template-matching-ocr/HEAD/images/credit_card_05.png -------------------------------------------------------------------------------- /images/test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLGRF/template-matching-ocr/HEAD/images/test.jpg -------------------------------------------------------------------------------- /ocr_a_reference.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLGRF/template-matching-ocr/HEAD/ocr_a_reference.png -------------------------------------------------------------------------------- /ocr_template_match.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NLGRF/template-matching-ocr/HEAD/ocr_template_match.py --------------------------------------------------------------------------------