action frankiefinancial_compare_document { label: "Create Document and Compare to Original." description: "Creates a new document from the \"toDocument\" parameter (usual rules apply in that it must be a valid document, with no existing documentId).\nThe compareDocument can be an existing documentId, or it too can be new as well.\n * If existing (i.e. a valid DocumentId is supplied), it will be updated with any new data supplied before being sent to the comparison process.\n * If new, then a new document will be created too, and the ID returned in the result.\n \nThe document scans are then sent for processing and comparison, such as comparing a selfie-video against a drivers licence photo.\n\n* NOTE: This is NOT the verification process (see /document/verify)\n\n* NOTE: This is NOT the OCR data extraction process either (see /document/scan)\n" provider: frankiefinancial method: POST path: "/document/new/compare" encoding: json output: { type: "object" additionalProperties: true } }