ocr-v1 #4

Merged
spdis merged 8 commits from ocr-v1 into main 2025-09-01 15:35:07 +08:00
Showing only changes of commit 8eef0d9414 - Show all commits

View File

@ -24,3 +24,5 @@ def initialize_ocr_model():
def ocr_predict(image_array):
return _processor.predict(image_array)