fix: updates rapidocr deps (#361)

Signed-off-by: rmdg88 <rmdg88@gmail.com>
This commit is contained in:
Rui Dias Gomes
2025-09-16 13:00:21 +01:00
committed by GitHub
parent 496f7ec26b
commit bde040661f
2 changed files with 909 additions and 662 deletions

View File

@@ -57,8 +57,9 @@ tesserocr = [
"tesserocr~=2.7"
]
rapidocr = [
"rapidocr-onnxruntime~=1.4; python_version<'3.13'",
"onnxruntime~=1.7",
"rapidocr (>=3.3,<4.0.0) ; python_version < '3.14'",
"onnxruntime (>=1.7.0,<2.0.0)",
"modelscope>=1.29.0",
]
flash-attn = [
"flash-attn~=2.8.2; sys_platform == 'linux' and platform_machine == 'x86_64'"

1566
uv.lock generated

File diff suppressed because one or more lines are too long