fix: Add easyocr as direct dependency to support out of the box OCR, closes #262

This commit is contained in:
zznate 2025-10-15 11:14:36 +13:00
parent 51aeb6891e
commit bfe69f190e
2 changed files with 3 additions and 0 deletions

View file

@ -33,6 +33,7 @@ dependencies = [
"textual-fspicker>=0.6.0",
"structlog>=25.4.0",
"docling-serve>=1.4.1",
"easyocr>=1.7.1"
]
[dependency-groups]

2
uv.lock generated
View file

@ -2362,6 +2362,7 @@ dependencies = [
{ name = "docling", extra = ["ocrmac"], marker = "sys_platform == 'darwin'" },
{ name = "docling", extra = ["vlm"] },
{ name = "docling-serve" },
{ name = "easyocr" },
{ name = "google-api-python-client" },
{ name = "google-auth-httplib2" },
{ name = "google-auth-oauthlib" },
@ -2399,6 +2400,7 @@ requires-dist = [
{ name = "docling", extras = ["ocrmac", "vlm"], marker = "sys_platform == 'darwin'", specifier = ">=2.41.0" },
{ name = "docling", extras = ["vlm"], marker = "sys_platform != 'darwin'", specifier = ">=2.41.0" },
{ name = "docling-serve", specifier = ">=1.4.1" },
{ name = "easyocr", specifier = ">=1.7.1" },
{ name = "google-api-python-client", specifier = ">=2.143.0" },
{ name = "google-auth-httplib2", specifier = ">=0.2.0" },
{ name = "google-auth-oauthlib", specifier = ">=1.2.0" },