Preview로 돌아가기
Knoon AI를 Preview (System)과 연결하여 AI 워크플로우를 자동화하세요.
Use LLM to extract structured context from a PDF attachment. Max attachment size is 10MB.
systemPreviewReadPDFAttachmentToContext
베타
내부
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| content | attachment | Attachment PDF file. Max size: 10MB. | 네 |
| additionalSystemPrompt | mustache | Optional additional system prompt to include when using the LLM. | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| status | string | DONE. |
| description | string | Short description of the PDF content. |
| ocrText | string | Extracted readable text from the PDF. |