File size: 155 Bytes
79e6c24
f532ed6
 
 
 
 
 
1
2
3
4
5
6
7
#!/bin/bash

# Install Tesseract OCR
apt-get update && apt-get install -y tesseract-ocr

# Install required Python packages
pip install -r requirements.txt