Get document text / OCR content
po_documents_text_getREAD-ONLY. Returns data, changes nothing. Read existing OCR/fulltext for a document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pofid | No | PaperOffice File ID (POFID). At least one of pofid or documents_id MUST be provided. | |
| format | No | Output format: plaintext (default, HTML stripped) or html (original OCR markup) | plaintext |
| documents_id | No | Numeric document ID — alternative to pofid. At least one of pofid or documents_id MUST be provided. |