Skip to main content

processing-documents

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

الانتقال إلى التثبيت

معلومات المصدر

المستودع
recca0120/skills-refactor
آخر نشاط في المصدر
١٩ يناير ٢٠٢٦ في ٢٠:٣٣
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
١
التفرعات
٠

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
processing-documents
description
Processes various document formats and extracts content. Use when user asks to process documents, extract text, or convert file formats.
# Document Processor Processes documents and extracts content. > See [workflow-diagram.md](../shared/workflow-diagram.md) > See [reference-resources.md](../shared/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 |
عرض على GitHub