From d0fe6e9298eab7478527a644d3304f8b0347b51c Mon Sep 17 00:00:00 2001 From: Rohit Kumar Date: Sun, 12 Nov 2023 20:20:32 +0530 Subject: [PATCH] Added support for OCR and docx, xlsx, pptx, pdf, jpg, png, gif, zip, tar, rar file types --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dc86159..5fc4dd0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ pymongo==3.13.0 tinydb==4.8.0 pytesseract Pillow -docx +python-docx openpyxl PyPDF2 patool \ No newline at end of file