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.