matlab-ocr
OfficialAccurately extract text from images with MATLAB
Software Engineering#ocr#workflow automation#validation#image processing#computer vision#matlab#text detection
Authormatlab
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps you extract reliable text from images by guiding you through an OCR-ready pipeline in MATLAB that handles skew, polarity, preprocessing, text detection, and confidence-based validation.
Core Features & Use Cases
- End-to-end OCR pipeline: Build a complete workflow using MATLAB’s Computer Vision
ocr()with a structured plan: diagnose the image, preprocess, detect text regions (e.g., CRAFT), recognize, and validate with CER/WER. - Scene-text detection support: Use
detectTextCRAFTas the default for natural scene text and support ROI-based recognition with correctLayoutAnalysis. - Special-case routing: Handle difficult scenarios like stamped/embossed text (local contrast subtraction), text on textured backgrounds (SAM via
imsegsam), inverted polarity (imcomplement), and tiny text (imresize). - Safety/quality guardrails: Enforce critical rules such as producing an
## OCR Planbefore any MATLAB calls, checking add-on availability withexist(), and saving outputs to disk before presenting extracted text.
Quick Start
Ask the AI to read text from your uploaded image and save the results by running the full MATLAB OCR pipeline using this skill.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: matlab-ocr Download link: https://github.com/matlab/matlab-agentic-toolkit/archive/main.zip#matlab-ocr Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.