#!/bin/bash

# Update package list
apt-get update

# Install Poppler for PDF processing
apt-get install -y poppler-utils