(1)问题:
不进行参数配置的错误提示,例:
usage: ocr_template_match.py [-h] -i IMAGE -t TEMPLATE
ocr_template_match.py: error: the following arguments are required: -i/–image, -t/–template
(2)解决:
2.1:edit configuration
需要配置参数的py文件进行edit configuration
2.2指定参数
参数之间用空格隔开,例博主的参数有两个,为这两个参数指定值
设置之后点OK