fix: remove show_log (unknown in PaddleOCR v3 API)
Some checks failed
Deploy to Coolify / deploy (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-03-12 12:52:52 +01:00
parent 992d4f2a6b
commit 4ee38d6f0b

View File

@@ -24,7 +24,6 @@ def get_engine():
use_doc_orientation_classify=False,
use_doc_unwarping=False,
use_textline_orientation=False,
show_log=False,
)
return _engine