#!/bin/bash # Update package lists and install tesseract-ocr apt-get update && apt-get install -y tesseract-ocr