スキル一覧に戻る
FullFran

docling

by FullFran

0🍴 0📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: docling description: Expert guidance on document processing with Docling and audio transcription with Whisper.

Docling & Ingestion Expert Skill

This skill provides patterns for processing diverse document formats and audio files.

📝 Document Processing

  • Multi-format support: Use docling for converting PDF, DOCX, PPTX, XLSX, HTML, and Markdown to a clean Markdown representation.
  • HybridChunker: Always use Docling's HybridChunker to preserve document structure (headings, lists, tables).
  • Token Awareness: Configure chunker with max_tokens=512 to align with embedding models (e.g., text-embedding-3-small).

🔊 Audio Transcription

  • Whisper ASR: Use docling's integration with Whisper Turbo for transcribing audio files (.mp3, .wav, .m4a, .flac).
  • Path Handling: Pass pathlib.Path objects to DocumentConverter for audio files.

🏗️ Pipeline Architecture

  • Ingestion Pipeline: Centralize logic in src/ingestion/ingest.py.
  • Metadata Extraction: Extract YAML frontmatter and standard document properties.
  • Batching: Use batch embedding generation and insert_many for chunks to optimize performance.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です