gemini-ocr

Extract structured data from identity documents via Gemini OCR.

Updated Jan 7, 2026
One-click install
npx skills add https://github.com/erymuzuan/motorent --skill gemini-ocr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-ocr
Source: https://github.com/erymuzuan/motorent/tree/main/.copilot/skills/gemini-ocr
Command: npx skills add https://github.com/erymuzuan/motorent --skill gemini-ocr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the tedious manual data extraction from identity documents by automatically converting text in scanned passports and licenses into structured data fields.

Core Features & Use Cases

  • OCR-based data extraction: Extracts key fields from passports and driving licenses into a JSON structure.
  • Flexible input handling: Accepts image streams from various sources and formats.
  • Use Case: Onboarding and compliance workflows where verified identity details need to be captured rapidly and accurately.

Quick Start

Provide a passport image to the Gemini OCR service to extract structured passport data.

Frequently Asked Questions about gemini-ocr

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

FAQPage Schema
How do I extract structured data from a passport image using Gemini OCR?

Gemini OCR extracts structured data from passport images by processing image streams and mapping text to defined data models. You provide the passport image to the Gemini OCR service to output structured JSON fields.

Can I use this to automate driving license data extraction for onboarding workflows?

Yes, you can automate driving license data extraction for onboarding workflows. The skill processes driving license images and converts the text into structured JSON fields for rapid capture and verification.

Do I need a Gemini API integration to process identity documents?

Yes, Gemini API integration is required to process identity documents. The skill relies on the Gemini API to perform OCR on image streams of passports and driving licenses to extract data.

What is the best way to handle image streams for automated document processing?

The best way to handle image streams for automated document processing is to pass them directly to the Gemini OCR service. It flexibly accepts image streams from various sources to extract structured identity data.

Does this OCR data extraction approach work for compliance verification?

Yes, this OCR data extraction approach works for compliance verification. It captures verified identity details from passports and licenses rapidly and accurately, enabling automated compliance workflows.