From 8eef0d9414ef1cfeaecaa87c5ed3f17c9979b85f Mon Sep 17 00:00:00 2001 From: Viajero <2737079298@qq.com> Date: Sun, 31 Aug 2025 18:42:35 +0800 Subject: [PATCH] Merge pull request 'yolorestart' (#1) from yolopart_restart into main Reviewed-on: https://gitea.spdis.top/spdis/License_plate_recognition/pulls/1 --- OCR_part/ocr_interface.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OCR_part/ocr_interface.py b/OCR_part/ocr_interface.py index f699aad..71812d3 100644 --- a/OCR_part/ocr_interface.py +++ b/OCR_part/ocr_interface.py @@ -24,3 +24,5 @@ def initialize_ocr_model(): def ocr_predict(image_array): return _processor.predict(image_array) + +