fix: match key from extract_report_detail_list to dict2xlsx

This commit is contained in:
PhanThanhTrung 2024-02-29 17:16:37 +07:00
parent bedffc0fe5
commit 91d6204413

View File

@ -511,7 +511,7 @@ def dict2xlsx(input: json, _type='report'):
'L': "invoice_retailer_ocr",
'M': "invoice_retailer_accuracy",
'N': "ocr_image_accuracy",
'O': "ocr_image_speed",
'O': "ocr_image_speed_(seconds)",
'P': "is_reviewed",
'Q': "bad_image_reasons",
'R': "countermeasures",