Skip to content

Commit

Permalink
feat(deps): add pytesseract
Browse files Browse the repository at this point in the history
  • Loading branch information
c0deplayer committed Nov 30, 2024
1 parent ddb7d3f commit 96cef15
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
27 changes: 20 additions & 7 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies = [
"psycopg2-binary>=2.9.10",
"sqlalchemy[asyncio]>=2.0.36",
"asyncpg>=0.30.0",
"pytesseract>=0.3.13",
]
requires-python = ">=3.12,<3.13"
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ numpy>=2.1.2
pdf2image>=1.17.0
pillow>=11.0.0
psycopg2-binary>=2.9.10
pytesseract>=0.3.13
python-dotenv>=1.0.1
python-multipart>=0.0.16
rich>=13.9.3
Expand Down

0 comments on commit 96cef15

Please sign in to comment.