Deleted ocr coord filed

This commit is contained in:
kyy
2025-08-12 12:24:23 +09:00
parent 75639de904
commit d656c6f8b1

View File

@@ -7,7 +7,7 @@ def ocr_process(filename, ocr_model, coord, text, start_time, end_time):
"started_at": start_time, "started_at": start_time,
"ended_at": end_time, "ended_at": end_time,
}, },
"fields": coord, # "fields": coord,
"parsed": text, "parsed": text,
} }