Merge pull request #263 from langflow-ai/262-easyocr-dep

fix: Add easyocr as direct dependency to support out of the box OCR, …
This commit is contained in:
Nate McCall 2025-10-16 11:19:23 +13:00 committed by GitHub
commit c71cfedbe6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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" },