mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 12:48:28 +00:00
fix: default to EasyOCR in Python 3.14 (#2605)
fix: default to EasyOCR in Python 3.14 Signed-off-by: Panos Vagenas <pva@zurich.ibm.com>
This commit is contained in:
@@ -55,6 +55,7 @@ dependencies = [
|
||||
'requests (>=2.32.2,<3.0.0)',
|
||||
'ocrmac (>=1.0.0,<2.0.0) ; sys_platform == "darwin"',
|
||||
'rapidocr (>=3.3,<4.0.0) ; python_version < "3.14"',
|
||||
'easyocr (>=1.7,<2.0) ; python_version ~= "3.14"',
|
||||
'certifi (>=2024.7.4)',
|
||||
'rtree (>=1.3.0,<2.0.0)',
|
||||
'typer (>=0.12.5,<0.20.0)',
|
||||
|
||||
Reference in New Issue
Block a user