AI Agent Hub
Back to skills
Xiangyun OCR Table and Document Recognition Pro icon

Xiangyun OCR Table and Document Recognition Pro

Office Efficiency Updated 2026.08.29

Paste the following prompt into your AI chat to install this skill:

Please follow https://skillhub.cn/install/skillhub.md to install @user_6b190ef3/xiangyun-table-ocr.

About this skill

Problem

Many office documents exist as images or scanned PDFs where text, tables, and layout are mixed together. Direct copy often produces disordered text, breaks cell relationships, or leaves manual cleanup before the content can be edited.

How It Works

This skill wraps the Xiangyun OCR general document recognition API with typeId: 3050 to identify text, tables, and layout in images, PDFs, and scanned files. It loads credentials from config.json, environment variables NETOCR_KEY / NETOCR_SECRET, or user input, then accepts local files, dragged files, or batch directories. Recognition can be tuned by nLanguage, such as 2 for English or 11 for Japanese. For tables and multi-column reports, layout: 1 is recommended. Skewed scans can use autoRotation and inclineCorrect; watermark or background noise can be handled with removeWaterMark and filterColor. After a successful call, the result includes a consumeId, and the content is previewed as Markdown. When the user explicitly asks for export, it downloads xls, flowWord, boxWord, md, pdf, txt, or ofd files.

Limits and Notes

The skill depends on a cloud OCR service. During recognition, images and API credentials are sent to netocr.com, so it is not ideal for highly sensitive material that cannot leave the environment. Input quality matters: scanned documents should aim for 300DPI and stay under 3M, while normal images are around 200KB. Supported formats include PNG, JPG, JPEG, WEBP, TIF, OFD, and PDF. consumeId may expire, so failed downloads usually require re-running recognition. Export formats differ: xls suits data processing, boxWord preserves layout better, flowWord is for editable body text, and md is for document conversion. For mixed-language documents, choose the dominant language explicitly instead of relying on the default Simplified Chinese.

Use Cases

  • Recognize scanned financial statements as editable tables and export them to Excel for reconciliation.
  • Extract text and tables from contract or report PDFs into Word or Markdown for clause lookup and editing.
  • Batch-process invoice or handwritten image folders, extract text, and export TXT for archiving.
  • Recognize skewed scans or multi-column exams, preserve layout, and export double-layer PDF or Word.

Best For

  • Finance assistant: needs to turn scanned statements and financial reports into Excel tables for data checks.
  • Legal or admin staff: needs to extract text and tables from contracts or report PDFs for editing or filing.
  • Data analyst: needs structured table extraction from scanned reports and quantity sheets for cleanup.
  • Records manager: needs batch OCR of invoice or ID images and exports to TXT or double-layer PDF for archive.