OCR-TextVision / setup.sh
Prabhjotschugh's picture
Add necessary files for Tesseract OCR deployment
906c0e0
raw
history blame contribute delete
188 Bytes
#!/bin/bash
# Update package lists
apt-get update
# Install packages from packages.txt
xargs -a packages.txt apt-get install -y
# Install Python packages
pip install -r requirements.txt