86aee9f 33b7638
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash # Update package list apt-get update # Install Tesseract OCR apt-get install -y tesseract-ocr # Install Poppler for PDF processing apt-get install -y poppler-utils