Translates visa application documents from images to English, generating bilingual PDFs with original and translation. Supports OCR and automatic rotation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:visa-doc-translateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are helping translate visa application documents for visa applications.
You are helping translate visa application documents for visa applications.
When the user provides an image file path, AUTOMATICALLY execute the following steps WITHOUT asking for confirmation:
Image Conversion: If the file is HEIC, convert it to PNG using sips -s format png <input> --out <output>
Image Rotation:
OCR Text Extraction:
Translation:
PDF Generation:
Output: Create a PDF file named <original_filename>_Translated.pdf in the same directory
macOS Vision Framework (macOS only):
import Vision
from Foundation import NSURL
EasyOCR (cross-platform):
pip install easyocr
Tesseract OCR (if available):
brew install tesseract tesseract-lang
pip install pytesseract
pip install pillow reportlab
For macOS Vision framework:
pip install pyobjc-framework-Vision pyobjc-framework-Quartz
/visa-doc-translate RetirementCertificate.PNG
/visa-doc-translate BankStatement.HEIC
/visa-doc-translate EmploymentLetter.jpg
The skill will:
<filename>_Translated.pdf with:
Perfect for visa applications to Australia, USA, Canada, UK, and other countries requiring translated documents.
npx claudepluginhub cloudyan/everything-claude-code174plugins reuse this skill
First indexed Jun 3, 2026
Showing the 6 earliest of 174 plugins
Translates visa application documents from images to English, generating bilingual PDFs with original and translation. Supports OCR and automatic rotation.
Translates visa application document images to English via OCR (macOS Vision, EasyOCR, Tesseract), auto-rotates via EXIF, and generates bilingual A4 PDFs with original image and formatted translation. For bank/employment certificates.
Extracts structured data from Japanese invoice images/PDFs using OCR, dual verification, and PDF text extraction. Outputs vendor, amounts, date, items in fixed format.