feat: update language specification in OCR options for pipeline backend

This commit is contained in:
myhloli
2026-06-09 17:21:16 +08:00
parent adf0866218
commit 4882c32cf6
+1 -1
View File
@@ -229,7 +229,7 @@ def main() -> None:
# "txt" -> force text extraction
# "ocr" -> force OCR
parse_method = "auto"
# OCR language hint. This is mainly used by pipeline and hybrid backends.
# Pipeline OCR language hint; hybrid and VLM backends ignore this value.
language = "ch"
# Enable formula parsing in the output.
formula_enable = True