Kembali ke Preview
Sambungkan Knoon AI dengan Preview (System) untuk mengotomatisasi alur kerja AI.
Use LLM to extract structured context from a PDF attachment. Max attachment size is 10MB.
systemPreviewReadPDFAttachmentToContext
Beta
Internal
Izin
Tidak ada item untuk ditampilkan.
Izin opsional
Tidak ada item untuk ditampilkan.
Parameter
| Nama | Tipe | Deskripsi | Wajib |
|---|---|---|---|
| content | attachment | Attachment PDF file. Max size: 10MB. | Ya |
| additionalSystemPrompt | mustache | Optional additional system prompt to include when using the LLM. | Tidak |
Pengembalian
| Nama | Tipe | Deskripsi |
|---|---|---|
| status | string | DONE. |
| description | string | Short description of the PDF content. |
| ocrText | string | Extracted readable text from the PDF. |