File size: 426 Bytes
a914ac3
 
 
 
 
30de1f3
a914ac3
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Core OCR and ML Framework
paddleocr>=2.7.0    # Or your preferred version
paddlepaddle>=2.6.0  # Or your preferred version, ensure compatibility with paddleocr

# Image Processing
opencv-python-headless>=4.8.0
Pillow>=9.0.0

# Web Application Interface
gradio>=4.0.0       # Using Gradio instead of Flask/Gunicorn for Hugging Face Spaces

# Utilities
numpy>=1.20.0

# Add any other specific utility libraries you might need