A high-performance OCR skill for extracting text, tables, and structured data from documents using Azure Document Intelligence.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install azure-doc-ocr
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install azure-doc-ocr using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Azure Document Intelligence OCR skill provides a robust interface for the Azure Document Intelligence REST API v4.0. As a key component of Openclaw Skills, it enables developers to transform scanned PDFs, images, and handwritten documents into machine-readable formats. Whether you are dealing with complex forms, invoices, or simple text, this skill offers the precision needed for modern AI-driven document workflows.
By integrating this skill, users can leverage prebuilt models specifically trained for various document types. It goes beyond simple character recognition by understanding document structure, which is essential for developers building intelligent automation pipelines within the Openclaw Skills ecosystem.
To begin using this skill within the Openclaw Skills environment, first configure your Azure credentials:
export AZURE_DOC_INTEL_ENDPOINT="https://your-resource.cognitiveservices.azure.com"
export AZURE_DOC_INTEL_KEY="your-api-key"
For a single file extraction with structured layout, use:
python scripts/ocr_extract.py document.pdf --model prebuilt-layout --format markdown
To process an entire directory of images or PDFs:
python scripts/batch_ocr.py ./documents/ --workers 4
The skill organizes data based on the selected output format and model to ensure compatibility with various data pipelines:
| Component | Description |
|---|---|
| Supported Files | PDF (scanned/digital), PNG, JPG, JPEG, TIFF, BMP |
| Model Options | prebuilt-read, prebuilt-layout, prebuilt-invoice, prebuilt-idDocument, prebuilt-businessCard |
| Output Formats | Plain text (concatenated), Markdown (structured tables/headers), JSON (raw API data) |
| Metadata | The JSON output includes confidence scores, bounding box coordinates, and page metadata |
Loading
A specialist skill for building modern .NET 8+ applications, cloud-native APIs, and Blazor web apps with senior-level architecture patterns.

A senior-level engineering skill for developing high-performance, memory-safe applications using modern C++20/23 standards.

An AI-powered documentation specialist that generates standardized docstrings, comprehensive API specifications, and full developer portals.

A senior-level AI skill for designing, migrating, and optimizing multi-cloud infrastructures across AWS, Azure, and GCP.

A specialized skill for fetching real-time, authenticated token price data from the OKX DEX Market Price API v6 across multiple blockchains.

A high-performance Node.js toolkit for fetching real-time and historical financial data for cryptocurrencies and global stocks without external dependencies.








































