action frankiefinancial_create_process_industry_utility_document { label: "Create Document and Run Utility Price Comparison." description: "Create a document object. This is then processed to extract useful information, just like a normal OCR scan. The service will then push the document through an industry specific comparison process, where the details are used to find a better plan, based on the bill.\n\n100's of datapoints are accurately extracted from the uploaded document. This data is then used to compare the bill against the whole market. A personalised comparison is returned that is a best fit for the customer's energy profile.\n\n* NOTE: It is expected that the type of document being uploaded will be a PDF and the idType is UTILITY_BILL. (These values will be set automatically if not supplied). \n You can optionally include the utility name (e.g. Origin Energy) in the idSubType if you wish.\n" provider: frankiefinancial method: POST path: "/document/new/utility/process/compare" encoding: json output: { type: "object" additionalProperties: true } }