action frankiefinancial_update_scan_document { label: "Update and OCR Scan Document" description: "Using a previously uploaded but potentially incomplete document, you can optionally supply updated details (such as corrections on a previous scan), along with one or more additional ID scans (e.g. additional pages). Includes a follow-on action as well initiating OCR processing proceedures immediately.\nThe service will attempt to extract relevant data from any/all uploaded images/documents and will place those in the extraData KVP block.\n" provider: frankiefinancial method: POST path: "/document/{documentId}/scan" encoding: json output: { type: "object" additionalProperties: true } }