SuriRaja commited on
Commit
4540b1e
·
verified ·
1 Parent(s): 621b3a8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -13
requirements.txt CHANGED
@@ -1,18 +1,6 @@
1
- # Python libraries
2
  streamlit
3
  pdf2image
4
  easyocr
5
  pymupdf
6
- Pillow
7
  numpy
8
-
9
- # Poppler installation instructions (not a Python package):
10
- # For Windows:
11
- # - Download Poppler from http://blog.alivate.com.au/poppler-windows/
12
- # - Extract the ZIP file and add the "bin" folder to your system PATH.
13
- # For macOS:
14
- # - Install Poppler using Homebrew: brew install poppler
15
- # For Linux:
16
- # - Install Poppler using your package manager:
17
- # - Ubuntu/Debian: sudo apt-get install poppler-utils
18
- # - Red Hat/CentOS: sudo yum install poppler-utils
 
 
1
  streamlit
2
  pdf2image
3
  easyocr
4
  pymupdf
5
+ pillow
6
  numpy