interface MindeeNodeParameters { apiVersion?: 1 | 3 | 4; binaryPropertyName?: string; operation?: "predict"; rawData?: boolean; resource?: "invoice" | "receipt";}
Which Mindee API Version to use Default: 1
Default: "data"
Default: "predict"
Whether to return the data exactly in the way it got received from the API
Default: "receipt"
Which Mindee API Version to use Default: 1