From d656c6f8b1d6ce56ec33ef03e659bf108d250711 Mon Sep 17 00:00:00 2001 From: kyy Date: Tue, 12 Aug 2025 12:24:23 +0900 Subject: [PATCH] Deleted ocr coord filed --- utils/ocr_processor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }