Document Content Searcher
Document Searcher Cr
This module allows to search document by its content.
Youtube Video
01
Go to Documents menu

02
On the top-right corner, you can enter your search value to be searched from Uploaded Documents

03
For example we are searching for "United States" and Click to SEARCH DOC

04
"United States" Matched Result will be display like this.
We found two files,First document is xls and second document is pdf.

05
xls file with "United States" word.

06
pdf file with "United States" word.

*
External Libraries Dependency
Library | Command |
---|---|
pytesseract | pip3 install pytesseract and sudo apt install tesseract-ocr |
openpyxl | pip3 install openpyxl |
PyPDF2 | pip3 install PyPDF2 |
csv | pip3 install python-csv |
xlrd | pip3 install xlrd |
cv2 | pip install opencv-python |