SYMBOL INDEX (6 symbols across 3 files) FILE: 01项目实战-信用卡数字识别/template-matching-ocr/myutils.py function sort_contours (line 12) | def sort_contours(cnts, method="left-to-right"): function resize (line 28) | def resize(image, width=None, height=None, inter=cv2.INTER_AREA): FILE: 01项目实战-信用卡数字识别/template-matching-ocr/ocr_template_match.py function cv_show (line 35) | def cv_show(name,img): FILE: 02项目实战-文档扫描OCR识别/Scan/scan.py function order_points (line 12) | def order_points(pts): function four_point_transform (line 29) | def four_point_transform(image, pts): function resize (line 57) | def resize(image, width=None, height=None, inter=cv2.INTER_AREA):