hassan526 commited on
Commit
ffff50b
1 Parent(s): dc6def9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -112,9 +112,9 @@ def idcard_recognition(frame1, frame2):
112
  if key == 'data':
113
  if 'image' in value:
114
  del value['image']
115
- rawValues = value
116
  else:
117
- rawValues = value
118
 
119
 
120
  for result_key in result_table_dict.keys():
 
112
  if key == 'data':
113
  if 'image' in value:
114
  del value['image']
115
+ rawValues[key] = value
116
  else:
117
+ rawValues[key] = value
118
 
119
 
120
  for result_key in result_table_dict.keys():