返回 Image

將 Knoon AI 與 Image (System) 連接以自動化 AI 工作流程。

Render a PDF attachment, crop one or more normalized page-ratio bounds, and save each crop as a PNG attachment.
systemImageCropPDFToPNGAttachmentsByRatio
測試版
內部
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
名稱類型說明必填
contentattachment PDF attachment to crop.是的
boundsmustache JSON crop bounds, either one object or an array with up to 50 items. Page numbers are 1-based integers. x1Ratio/y1Ratio/x2Ratio/y2Ratio are normalized ratios from 0 to 1 against the rendered page for opposite crop corners. Reversed corner coordinates are accepted and normalized. Example: [{"page":1,"x1Ratio":0.1,"y1Ratio":0.2,"x2Ratio":0.45,"y2Ratio":0.32}].是的
退貨
名稱類型說明
items[]string PNG attachment.