qianfanocr-document-intelligence

Extract and interpret content from images and PDFs into structured results.

27|10|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/baidubce/skills --skill qianfanocr-document-intelligence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qianfanocr-document-intelligence
Source: https://github.com/baidubce/skills/tree/main/skills/qianfanocr-document-intelligence
Command: npx skills add https://github.com/baidubce/skills --skill qianfanocr-document-intelligence

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Pillow, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Analyze images, image URLs, PDFs, and PDF URLs to enable recognition, extraction, and answering questions about content from visual inputs. It coordinates token setup, mode selection, and downstream tooling to produce structured results for agents.

Core Features & Use Cases

  • Supports multiple input types (images and PDFs) and per-page outputs, including layout-aware parsing to preserve structure.
  • Provides modes for document parsing, layout analysis, element recognition, document parsing with layout, general OCR, key information extraction, chart understanding, and doc vqa, with references and assets loaded as needed.
  • Use Case: automate extraction of key fields from documents (invoices, contracts) and generate structured data for downstream automation.

Quick Start

Provide an image or PDF and the skill will orchestrate OCR and document understanding to return a structured result.

Frequently Asked Questions about qianfanocr-document-intelligence

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

FAQPage Schema
How do I extract text and layout structure from a PDF document?

To extract text and layout structure from a PDF, use the document parsing with layout mode. It processes visual document pages, preserves structural elements, and returns structured outputs for downstream agent reasoning and automation.

Can I extract specific key fields from invoice images automatically?

Yes, you can extract key fields from invoice images using the key information extraction mode. It interprets visual document content to identify and return structured data for downstream automation and reasoning.

What is the best way to perform OCR and chart understanding on images?

The best way to perform OCR and chart understanding on images is using a deterministic processing pipeline supporting general OCR and chart understanding modes. It extracts, interprets, and locates visual content to return structured results.

Does this document intelligence tool process both local files and URLs?

Yes, this document intelligence tool processes both local files and URLs. It accepts images, image URLs, PDFs, and PDF URLs as valid inputs to extract content and enable document visual question answering.

How do I answer questions about the content within a visual document?

To answer questions about content within a visual document, use the doc VQA mode. It interprets visual inputs, locates relevant content, and returns structured results to upstream agents for reasoning.