Spaces:
Running
Running
File size: 353 Bytes
868bfa1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # Core dependencies streamlit>=1.28.0 pdfplumber>=0.10.0 numpy>=1.24.0 opencv-python-headless onnxruntime>=1.16.0 pydantic>=2.0.0 pillow>=10.0.0 docling-core>=1.0.0 pandas>=2.0.0 huggingface-hub>=0.19.0 # OCR Backends pytesseract>=0.3.10 rapidocr-onnxruntime>=1.3.0 # Optional: For faster image processing # pdf2image>=1.16.0 # Only if using poppler |