Find which page(s) of a PDF contain a given image using perceptual hashing.
# Install uv if you don't have it
curl -LsSf https://astral.sh/uv/install.sh | sh
# Install dependencies
uv syncuv run python find_image_in_pdf_gui.pyuv run python find_image_in_pdf.py <pdf_file> <image_file>