Convert HEIC images to PNG format.
Rotate the image based on EXIF data to correct orientation.
Extract text from the image using OCR (macOS Vision, EasyOCR, or Tesseract).
Translate the extracted text to English, preserving formatting and terminology.
Generate a PDF with the original image on page 1 and the English translation on page 2.
Add a note indicating the translation is certified.
Save the PDF as `<original_filename>_Translated.pdf`.