Use OCR to extract image text in PDFs

This commit is contained in:
sabaimran
2023-11-04 17:15:28 -07:00
parent d1d210605e
commit b5972e9311
2 changed files with 2 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ dependencies = [
"gunicorn == 21.2.0",
"lxml == 4.9.3",
"tzdata == 2023.3",
"rapidocr-onnxruntime == 1.3.8"
]
dynamic = ["version"]