Twinkle HubTwinkle Hub
サインイン

📌 2026-06-30 追加: 🎓 Teacher exam dual corpus — 12,731 qualification questions + 2,421 recruitment questions (519 データセット)

完全な changelog を見る →

抽 PDF 指定頁

twtools-extract_pdf_pages

汎用MIT

提取指定頁碼之 PDF 內文(節省成本,跳過 boilerplate)。

Args:
    source: PDF URL 或 base64-encoded。
    pages: 頁碼字串(1-indexed),支援 "1,3,5"、"2-5"、"1,3-5,8"。

入力スキーマ

{
  "properties": {
    "source": {
      "title": "Source",
      "type": "string"
    },
    "pages": {
      "title": "Pages",
      "type": "string"
    }
  },
  "required": [
    "source",
    "pages"
  ],
  "title": "extract_pdf_pagesArguments",
  "type": "object"
}

呼び出し方

Twinkle Hub MCP クライアントが設定済みなら、エージェントは twtools-extract_pdf_pages を見つけます。呼び出しを依頼するだけ — 例:

# Ask Claude / any MCP client:
請用 twtools-extract_pdf_pages 處理 "…"。

# It will call:
twtools-extract_pdf_pages(input="…")

まだクライアントを設定していませんか?

Claude Desktop は 3 分で接続 — .mcpb をダウンロードしてダブルクリック、または他クライアントは docs を参照。

ユーザードキュメントを見る