action frankiefinancial_create_scan_document { label: "Create and OCR Scan Document." description: "Create a document object. This is then processed to extract useful information and create an entity; or it may be attached to an entity, either directly or through an ID check.\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/new/scan" encoding: json output: { type: "object" additionalProperties: true } }