Merge pull request #14 from tienthienhd/feature/ocr-custom

fix: add pypdf2
This commit is contained in:
Trần Minh Đức 2024-05-24 11:12:24 +07:00 committed by GitHub
commit ea2c679b15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,6 +55,7 @@ watchdog = "~=4.0"
whitenoise = "~=6.6" whitenoise = "~=6.6"
whoosh="~=2.7" whoosh="~=2.7"
zxing-cpp = {version = "*", platform_machine = "== 'x86_64'"} zxing-cpp = {version = "*", platform_machine = "== 'x86_64'"}
PyPDF2 = "3.0.1"
[dev-packages] [dev-packages]
# Linting # Linting