action openalpr_recognize_file { label: "recognizeFile" description: "Send an image for OpenALPR to analyze and provide metadata back\nThe image is sent as a file using a form data POST\n" provider: openalpr method: POST path: "/recognize" encoding: json output: { type: "object" additionalProperties: true } }