Processing Documents

Processes various document formats and extracts content. Use when user asks to process documents, extract text, or convert file formats.

recca0120 b6754a6 673 B Updated

File contents

Document Processor

Processes documents and extracts content.

See workflow-diagram.md

See reference-resources.md

Steps

  1. Read the input document
  2. Detect the format
  3. Extract content
  4. Output in requested format

Output Format

Field Type Description
content string Extracted text
format string Original format
pages number Page count

recca0120/skills-refactor/tree/main/examples/sample-skills/skill-a commit b6754a696e

Frequently asked questions

npx skillmds@latest add recca0120/processing-documents