Merge pull request #63 from SDSRV-IDP/trungpt/fix_ocr_image_speed_report
fix #55: match key from extract_report_detail_list to dict2xlsx
This commit is contained in:
commit
19c799cfc4
@ -511,7 +511,7 @@ def dict2xlsx(input: json, _type='report'):
|
|||||||
'L': "invoice_retailer_ocr",
|
'L': "invoice_retailer_ocr",
|
||||||
'M': "invoice_retailer_accuracy",
|
'M': "invoice_retailer_accuracy",
|
||||||
'N': "ocr_image_accuracy",
|
'N': "ocr_image_accuracy",
|
||||||
'O': "ocr_image_speed",
|
'O': "ocr_image_speed_(seconds)",
|
||||||
'P': "is_reviewed",
|
'P': "is_reviewed",
|
||||||
'Q': "bad_image_reasons",
|
'Q': "bad_image_reasons",
|
||||||
'R': "countermeasures",
|
'R': "countermeasures",
|
||||||
|
Loading…
Reference in New Issue
Block a user