ocr-extraction

Extract text and structured data from images using Google Vision OCR and Google Document AI.

2|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/robomotionio/robomotion-skills --skill ocr-extraction
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ocr-extraction
Source: https://github.com/robomotionio/robomotion-skills/tree/main/skills/ocr-extraction
Command: npx skills add https://github.com/robomotionio/robomotion-skills --skill ocr-extraction

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OCR text extraction from images and scanned documents is tedious and error-prone when done manually. This Skill automates accurate text capture and data extraction to accelerate workflows.

Core Features & Use Cases

  • Image OCR: Detect and extract text from photos, screenshots, and scanned pages using Google Vision.
  • Document parsing: Structure content from invoices, receipts, and forms with Google Document AI.
  • Structured data extraction: Retrieve key-value pairs and tables for downstream processing (e.g., indexing, data entry, archival).

Quick Start

Install the required Robomotion tools and run a sample OCR workflow to extract text from an image.

Frequently Asked Questions about ocr-extraction

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

FAQPage Schema
How do I extract text from scanned invoices and receipts?

You can extract text from scanned invoices and receipts by applying Google Vision OCR and Google Document AI to your image files, which returns structured JSON results containing key-value pairs and tables for downstream processing.

What is the best way to automate OCR data extraction from images?

Automating OCR data extraction from images is handled by the Robomotion googlevision and googledocumentai CLIs, which process photos and scanned forms to output structured, accurate text data without manual entry.

Can I get structured data instead of plain text from document OCR?

Yes, structured data from document OCR is achievable by using Google Document AI to parse forms and receipts, retrieving key-value pairs and table data formatted as JSON for indexing or archival.

Do I need Google Vision or Google Document AI to process scanned forms?

Yes, you need Google Vision and Google Document AI to process scanned forms with this Skill, as it relies on their respective CLIs to handle session management and execute high-accuracy text extraction workflows.

Does Google Vision OCR work with screenshots and photos for text extraction?

Yes, Google Vision OCR works with screenshots and photos for text extraction by detecting and capturing text directly from image files, supporting end-to-end workflows via the Robomotion googlevision CLI.