Skip to content

Commit 5c27567

Browse files
authored
fix: default to EasyOCR in Python 3.14 (#2605)
fix: default to EasyOCR in Python 3.14 Signed-off-by: Panos Vagenas <[email protected]>
1 parent 06ae8ae commit 5c27567

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dependencies = [
5555
'requests (>=2.32.2,<3.0.0)',
5656
'ocrmac (>=1.0.0,<2.0.0) ; sys_platform == "darwin"',
5757
'rapidocr (>=3.3,<4.0.0) ; python_version < "3.14"',
58+
'easyocr (>=1.7,<2.0) ; python_version ~= "3.14"',
5859
'certifi (>=2024.7.4)',
5960
'rtree (>=1.3.0,<2.0.0)',
6061
'typer (>=0.12.5,<0.20.0)',

uv.lock

Lines changed: 14 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)