20 lines
311 B
Plaintext
20 lines
311 B
Plaintext
|
|
# Meaning Kernel Extraction Dependencies
|
||
|
|
|
||
|
|
# Image processing
|
||
|
|
Pillow>=10.0.0
|
||
|
|
|
||
|
|
# OCR (Optical Character Recognition)
|
||
|
|
pytesseract>=0.3.10
|
||
|
|
|
||
|
|
# PDF processing
|
||
|
|
pdf2image>=1.16.3
|
||
|
|
|
||
|
|
# Optional: Enhanced computer vision
|
||
|
|
# opencv-python>=4.8.0
|
||
|
|
# numpy>=1.24.0
|
||
|
|
|
||
|
|
# Development tools
|
||
|
|
pytest>=7.4.0
|
||
|
|
black>=23.0.0
|
||
|
|
flake8>=6.0.0
|