tmp_test.py 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. import unittest
  2. from pathlib import Path
  3. from testing.utils import *
  4. class TestIdCardTmp(unittest.TestCase):
  5. def _helper(self, image_path, item: ResultItem, rotate=None):
  6. rotate = None if not rotate else rotate - 1
  7. root = Path(__file__).parent
  8. image_path = str(root / image_path)
  9. if rotate is None:
  10. r = send_request(image_path, '0')
  11. else:
  12. r = send_request_cv2(image_path, '0', rotate)
  13. if r['status'] == '000':
  14. actual = {}
  15. for k, v in r['result'].items():
  16. if isinstance(v, dict):
  17. actual[k] = v['text']
  18. continue
  19. actual[k] = v
  20. del actual['confidence']
  21. print(actual)
  22. self.assertEqual(item, ResultItem(**actual))
  23. else:
  24. self.assertEqual('101', r['status'])
  25. def test_01(self):
  26. image_path = '../images/tmp/02_img.jpg'
  27. rotate = 2
  28. input = {'card_type': '0',
  29. 'orientation': rotate,
  30. 'name': '李荣',
  31. 'id': '62272519990210142X',
  32. 'ethnicity': '回',
  33. 'gender': '女',
  34. 'birthday': '1999年02月10日',
  35. 'address': '甘肃省华亭县石堡子开发区纪家庄居委会小庄居民小组141号',
  36. 'address_province': '甘肃省',
  37. 'address_city': '平凉市',
  38. 'address_region': '华亭县',
  39. 'address_detail': '石堡子开发区纪家庄居委会小庄居民小组141号',
  40. 'expire_date': ''}
  41. self._helper(image_path, ResultItem(**input), rotate)
  42. def test_02(self):
  43. image_path = '../images/tmp/10_img.jpg'
  44. rotate = 1
  45. input = {'card_type': '0',
  46. 'orientation': rotate,
  47. 'name': '张鹏',
  48. 'id': '652924199703300012',
  49. 'ethnicity': '汉',
  50. 'gender': '男',
  51. 'birthday': '1997年03月30日',
  52. 'address': '新疆沙雅县沙雅镇新垦农场8组',
  53. 'address_province': '新疆维吾尔自治区',
  54. 'address_city': '阿克苏地区',
  55. 'address_region': '沙雅县',
  56. 'address_detail': '沙雅镇新垦农场8组',
  57. 'expire_date': ''}
  58. self._helper(image_path, ResultItem(**input), rotate)
  59. def test_03(self):
  60. image_path = '../images/tmp/18_img.jpg'
  61. rotate = 2
  62. input = {'card_type': '0',
  63. 'orientation': rotate,
  64. 'name': '任雅楠',
  65. 'id': '152701199711230022',
  66. 'ethnicity': '汉',
  67. 'gender': '女',
  68. 'birthday': '1997年11月23日',
  69. 'address': '内蒙古鄂尔多斯市东胜区那日松北路六号街坊110号',
  70. 'address_province': '内蒙古自治区',
  71. 'address_city': '鄂尔多斯市',
  72. 'address_region': '东胜区',
  73. 'address_detail': '那日松北路六号街坊110号',
  74. 'expire_date': ''}
  75. self._helper(image_path, ResultItem(**input), rotate)
  76. def test_04(self):
  77. image_path = '../images/tmp/16_img.jpg'
  78. rotate = 2
  79. input = {'card_type': '0',
  80. 'orientation': rotate,
  81. 'name': '许倩倩',
  82. 'id': '142623199608163029',
  83. 'ethnicity': '汉',
  84. 'gender': '女',
  85. 'birthday': '1996年08月16日',
  86. 'address': '山西省襄汾县古城镇上北戌村建忠巷7号',
  87. 'address_province': '山西省',
  88. 'address_city': '临汾市',
  89. 'address_region': '襄汾县',
  90. 'address_detail': '古城镇上北戌村建忠巷7号',
  91. 'expire_date': ''}
  92. self._helper(image_path, ResultItem(**input), rotate)
  93. def test_05(self):
  94. image_path = '../images/tmp/20_img.jpg'
  95. rotate = 2
  96. input = {'card_type': '0',
  97. 'orientation': rotate,
  98. 'name': '郭雨晴',
  99. 'id': '152824199605171225',
  100. 'ethnicity': '汉',
  101. 'gender': '女',
  102. 'birthday': '1996年05月17日',
  103. 'address': '内蒙古巴彦淖尔市乌拉特前旗新安镇羊房子村康家圪旦社125号',
  104. 'address_province': '内蒙古自治区',
  105. 'address_city': '巴彦淖尔市',
  106. 'address_region': '乌拉特前旗',
  107. 'address_detail': '新安镇羊房子村康家圪旦社125号',
  108. 'expire_date': ''}
  109. self._helper(image_path, ResultItem(**input), rotate)
  110. def test_06(self):
  111. image_path = '../images/tmp/15_img.jpg'
  112. rotate = 3
  113. input = {'card_type': '0',
  114. 'orientation': rotate,
  115. 'name': '侍荣',
  116. 'id': '150826199905130629',
  117. 'ethnicity': '汉',
  118. 'gender': '女',
  119. 'birthday': '1999年05月13日',
  120. 'address': '内蒙古巴彦淖尔市杭锦后旗头道桥镇新丰村7组17号',
  121. 'address_province': '内蒙古自治区',
  122. 'address_city': '巴彦淖尔市',
  123. 'address_region': '杭锦后旗',
  124. 'address_detail': '头道桥镇新丰村7组17号',
  125. 'expire_date': ''}
  126. self._helper(image_path, ResultItem(**input), rotate)
  127. # -----
  128. def test_07(self):
  129. image_path = '../images/tmp1/07_img.jpg'
  130. rotate = 0
  131. input = {'card_type': '0',
  132. 'orientation': rotate,
  133. 'name': '韩凯峰',
  134. 'id': '152822199806244811',
  135. 'ethnicity': '汉',
  136. 'gender': '男',
  137. 'birthday': '1998年06月24日',
  138. 'address': '内蒙古巴彦淖尔市五原县新公中镇永生村三社064号',
  139. 'address_province': '内蒙古自治区',
  140. 'address_city': '巴彦淖尔市',
  141. 'address_region': '五原县',
  142. 'address_detail': '新公中镇永生村三社064号',
  143. 'expire_date': ''}
  144. self._helper(image_path, ResultItem(**input), rotate)
  145. def test_08(self):
  146. image_path = '../images/tmp1/06_img.jpg'
  147. rotate = 0
  148. input = {'card_type': '0',
  149. 'orientation': rotate,
  150. 'name': '李秉桦',
  151. 'id': '452730200006265615',
  152. 'ethnicity': '壮',
  153. 'gender': '男',
  154. 'birthday': '2000年06月26日',
  155. 'address': '南宁市江南区五一路105号6栋4单元107房',
  156. 'address_province': '广西壮族自治区',
  157. 'address_city': '南宁市',
  158. 'address_region': '江南区',
  159. 'address_detail': '五一路105号6栋4单元107房',
  160. 'expire_date': ''}
  161. self._helper(image_path, ResultItem(**input), rotate)
  162. def test_09(self):
  163. image_path = '../images/tmp1/08_img.jpg'
  164. rotate = 0
  165. input = {'card_type': '0',
  166. 'orientation': 0,
  167. 'name': '路文强',
  168. 'id': '610111199412202514',
  169. 'ethnicity': '汉',
  170. 'gender': '男',
  171. 'birthday': '1994年12月20日',
  172. 'address': '西安市灞桥区路家湾1组65号',
  173. 'address_province': '陕西省',
  174. 'address_city': '西安市',
  175. 'address_region': '灞桥区',
  176. 'address_detail': '路家湾1组65号',
  177. 'expire_date': ''}
  178. self._helper(image_path, ResultItem(**input), rotate)
  179. def test_10(self):
  180. image_path = '../images/tmp1/10_img.png'
  181. rotate = 0
  182. input = {'card_type': '0',
  183. 'orientation': 0,
  184. 'name': '赵子嫣',
  185. 'id': '341621200001024945',
  186. 'ethnicity': '汉',
  187. 'gender': '女',
  188. 'birthday': '2000年01月02日',
  189. 'address': '安徽省涡阳县马店镇吴府行政村刘王自然村246号',
  190. 'address_province': '安徽省',
  191. 'address_city': '亳州市',
  192. 'address_region': '涡阳县',
  193. 'address_detail': '马店镇吴府行政村刘王自然村246号',
  194. 'expire_date': ''}
  195. self._helper(image_path, ResultItem(**input), rotate)
  196. def test_11(self):
  197. image_path = '../images/tmp1/12_img.jpg'
  198. rotate = 0
  199. input = {'card_type': '0',
  200. 'orientation': rotate,
  201. 'name': '达日罕',
  202. 'id': '150422200001286055',
  203. 'ethnicity': '蒙古',
  204. 'gender': '男',
  205. 'birthday': '2000年01月28日',
  206. 'address': '内蒙古赤峰市巴林左旗查干哈达苏木红光嘎查胡北沟屯一组',
  207. 'address_province': '内蒙古自治区',
  208. 'address_city': '赤峰市',
  209. 'address_region': '巴林左旗',
  210. 'address_detail': '查干哈达苏木红光嘎查胡北沟屯一组',
  211. 'expire_date': ''}
  212. self._helper(image_path, ResultItem(**input), rotate)
  213. def test_12(self):
  214. image_path = '../images/tmp1/13_img.jpg'
  215. rotate = 0
  216. input = {'card_type': '0',
  217. 'orientation': 0,
  218. 'name': '菅恒硕',
  219. 'id': '372330199906226155',
  220. 'ethnicity': '汉',
  221. 'gender': '男',
  222. 'birthday': '1999年06月22日',
  223. 'address': '山东省邹平县魏桥镇菅家村14号',
  224. 'address_province': '山东省',
  225. 'address_city': '滨州市',
  226. 'address_region': '邹平县',
  227. 'address_detail': '魏桥镇营家村14号',
  228. 'expire_date': ''}
  229. self._helper(image_path, ResultItem(**input), rotate)
  230. def test_13(self):
  231. image_path = '../images/tmp1/14_img.jpg'
  232. rotate = 0
  233. input = {'card_type': '0',
  234. 'orientation': rotate,
  235. 'name': '张劲松',
  236. 'id': '150125199902090217',
  237. 'ethnicity': '汉',
  238. 'gender': '男',
  239. 'birthday': '1999年02月09日',
  240. 'address': '呼和浩特市赛罕区呼伦贝尔南路雅格星城A3号楼2502号',
  241. 'address_province': '内蒙古自治区',
  242. 'address_city': '呼和浩特市',
  243. 'address_region': '赛罕区',
  244. 'address_detail': '呼伦贝尔南路雅格星城A3号楼2502号',
  245. 'expire_date': ''}
  246. self._helper(image_path, ResultItem(**input), rotate)