Skip to content

Commit

Permalink
📝 fix: Upload signed PDFs (#36)
Browse files Browse the repository at this point in the history
Required by pypdf to process signed PDFs
  • Loading branch information
bnord01 authored May 19, 2024
1 parent ad107dc commit 053007a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.lite.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ rapidocr-onnxruntime==1.3.17
opencv-python-headless==4.9.0.80
pymongo==4.6.3
langchain-mongodb==0.1.3
cryptography==42.0.7
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ rapidocr-onnxruntime==1.3.17
opencv-python-headless==4.9.0.80
pymongo==4.6.3
langchain-mongodb==0.1.3
cryptography==42.0.7

0 comments on commit 053007a

Please sign in to comment.