Document Content Searcher
This module allows to search from any of the uploaded document by its content.
Document Content Searcher
Search documents based on content using the Document Searcher CR module.
Youtube Video
01
Navigate to the Documents menu to access the Document Searcher CR module.
02
Use the search bar at the top-right corner to input the search value and locate documents based on their content.
03
For example, if you are searching for "United States," enter the term and click "SEARCH DOC" to find relevant documents.
04
The matched result for "United States" will be displayed, showing two files: an XLS document and a PDF document.
05
The PDF file contains the word "United States."
*
This module manages dependencies on external libraries for proper functioning.
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 |