Twinkle HubTwinkle Hub

讀 PDF metadata

tw_extract_pdf_metadata

その他 · 26 件🇹🇼 台湾読み取り専用

提取 PDF 元資料(不含內文)— 檔案 inventory / 分類前置判斷。

Args: source: PDF URL 或 base64-encoded 內容。

Returns: page_count + title/author/subject/creator/producer/dates/encrypted。

パラメータ

名前説明
source *string
生の JSON schema
{
  "properties": {
    "source": {
      "title": "Source",
      "type": "string"
    }
  },
  "required": [
    "source"
  ],
  "title": "extract_pdf_metadataArguments",
  "type": "object"
}

呼び出し方

スターター——パラメータは​上表参照
tw_extract_pdf_metadata({ source: "…" })