chore: autoformat

DCO Remediation Commit for Georg Heiler <georg.kf.heiler@gmail.com>

I, Georg Heiler <georg.kf.heiler@gmail.com>, hereby add my Signed-off-by to this commit: 5815c8f81b0e5ce400332597b6795e5a97ecf775
This commit is contained in:
Georg Heiler
2025-08-18 13:54:02 +02:00
parent e9a0565e21
commit 63fb8ff599
2 changed files with 2 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ def main():
# Setup RapidOcrOptions for english detection
det_model_path = os.path.join(
download_path, "onnx", "PP-OCRv4","det", "en_PP-OCRv3_det_infer.onnx"
download_path, "onnx", "PP-OCRv4", "det", "en_PP-OCRv3_det_infer.onnx"
)
rec_model_path = os.path.join(
download_path, "onnx", "PP-OCRv5", "rec", "ch_PP-OCRv5_rec_server_infer.onnx"