paddleocr-doc-parsing

Extract text from images and scanned PDFs using PaddleOCR.

Updated May 17, 2026
One-click install
npx skills add https://github.com/tiankong0101-byte/skills-registry --skill paddleocr-doc-parsing-tiankong0101-byte
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: paddleocr-doc-parsing
Source: https://github.com/tiankong0101-byte/skills-registry/tree/main/skills/paddleocr-doc-parsing
Command: npx skills add https://github.com/tiankong0101-byte/skills-registry --skill paddleocr-doc-parsing-tiankong0101-byte

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual effort of reading and retyping text from images, scans, and PDF documents by extracting readable text automatically.

Core Features & Use Cases

  • Image OCR: Extract text from screenshots, photos, and scanned images for quick digitization.
  • PDF Scan Parsing: Process image-based PDFs page by page to recover text from documents that are not natively searchable.
  • Structured Document Extraction: Support invoice, receipt, and form parsing workflows where text location and layout matter.
  • Batch Processing: Handle multiple files in a directory when large-scale OCR conversion is needed.

Quick Start

Ask the skill to extract text from the attached scanned image or PDF and return the recognized text in a structured format.

Frequently Asked Questions about paddleocr-doc-parsing

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

FAQPage Schema
How do I extract text from scanned PDF and image files?▼

To extract text from scanned PDF and image files, this Skill processes screenshots, photos, and image-based PDFs page by page using OCR to convert them into readable, searchable text automatically.

Can I use PaddleOCR for batch invoice and receipt processing?▼

Yes, you can use PaddleOCR for batch invoice and receipt processing by handling multiple files in a directory, supporting structured document parsing workflows where text location and layout matter.

Does this OCR document parsing skill require local Python inference?▼

Yes, this OCR document parsing skill requires local Python inference support to execute PaddleOCR for image-based text extraction and optional bounding-box output generation.

What is the best way to parse scanned PDFs that are not natively searchable?▼

The best way to parse scanned PDFs that are not natively searchable is using OCR to process image-based PDF documents page by page, recovering text and converting scans into searchable data.

Can I get bounding-box output for structured form parsing?▼

Yes, you can get bounding-box output for structured form parsing, applying OCR to screenshots, receipts, and forms where text location and layout are required for structured extraction workflows.