Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://huggingface.co/spaces/Pointf5ive/Codex_Extractor
Browse filescp ~/Downloads/smoke_signal_tab.py ~/Codex_Extractor/smoke_signal_tab.py
cd ~/Codex_Extractor
git add smoke_signal_tab.py
git commit -m "Fix: write data to /tmp/smoke_signal (writable on HF Spaces)"
git push# the commit.
- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -6,6 +6,8 @@ pdfplumber>=0.10
|
|
| 6 |
nltk>=3.8
|
| 7 |
pypdfium2>=4.30
|
| 8 |
pytesseract>=0.3.10
|
| 9 |
-
|
| 10 |
huggingface_hub<1.0
|
| 11 |
openpyxl>=3.1
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
nltk>=3.8
|
| 7 |
pypdfium2>=4.30
|
| 8 |
pytesseract>=0.3.10
|
|
|
|
| 9 |
huggingface_hub<1.0
|
| 10 |
openpyxl>=3.1
|
| 11 |
+
pymupdf>=1.23.0
|
| 12 |
+
surya-ocr>=0.4.0
|
| 13 |
+
Pillow>=10.0.0
|