diff --git a/utils/ocr_processor.py b/utils/ocr_processor.py index 4a621bd..aec6e49 100644 --- a/utils/ocr_processor.py +++ b/utils/ocr_processor.py @@ -7,7 +7,7 @@ def ocr_process(filename, ocr_model, coord, text, start_time, end_time): "started_at": start_time, "ended_at": end_time, }, - "fields": coord, + # "fields": coord, "parsed": text, }