visa-doc-translate

Convert scanned visa documents into bilingual PDFs with OCR and translation.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/engineai-nz/engineai-skills --skill visa-doc-translate-engineai-nz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: visa-doc-translate
Source: https://github.com/engineai-nz/engineai-skills/tree/main/visa-doc-translate
Command: npx skills add https://github.com/engineai-nz/engineai-skills --skill visa-doc-translate-engineai-nz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you translate visa application documents that are provided as scanned images into professional English format without manual retyping or formatting work.

Core Features & Use Cases

  • Automatic OCR from images: Extracts all text from supported document types using the best available OCR method (macOS Vision, EasyOCR, or Tesseract).
  • Professional bilingual PDF output: Produces an A4 bilingual PDF that includes the original image (properly rotated) and the English translation with visa-appropriate terminology.
  • Accuracy-focused translation: Preserves names, numbers, dates, and amounts, including pinyin formatting for Chinese names and structured document formatting suitable for official submissions.
  • Example use case: You upload an employment certificate image and receive a bilingual English translation PDF ready for visa application filing.

Quick Start

Call /visa-doc-translate with the image file path, such as /visa-doc-translate RetirementCertificate.PNG, and the skill will generate <filename>_Translated.pdf in the same directory.

Frequently Asked Questions about visa-doc-translate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I translate a scanned visa document image into an English PDF?

You can translate a scanned visa document image into an English PDF by passing the image file path to the translation tool, which automatically performs OCR extraction, translates the text into professional English, and outputs a bilingual PDF.

Can I convert a HEIC photo of a certificate into a translated bilingual PDF?

Yes, you can convert a HEIC photo into a translated bilingual PDF because the workflow automatically performs HEIC-to-PNG conversion, applies EXIF-based image rotation, and uses multi-method OCR before generating the final English translation document.

Does the visa document translation preserve Chinese names and dates accurately?

Yes, the visa document translation preserves Chinese names, numbers, dates, and amounts accurately by applying pinyin formatting for Chinese names and maintaining structured formatting suitable for official visa application submissions.

What is the best way to OCR a scanned ID card for visa submission?

The best way to OCR a scanned ID card for visa submission is using a multi-method OCR approach that attempts macOS Vision, EasyOCR, or Tesseract to extract text, followed by professional translation into a formatted bilingual PDF.

Do I need to manually rotate sideways visa document photos before processing?

No, you do not need to manually rotate sideways visa document photos because the workflow automatically applies EXIF-based rotation to ensure the original page image is correctly oriented in the final bilingual PDF output.