interface AwsTextractNodeParameters {
binaryPropertyName?: string;
operation?: "analyzeExpense";
simple?: boolean;
}
interface AwsTextractNodeParameters {
binaryPropertyName?: string;
operation?: "analyzeExpense";
simple?: boolean;
}
The name of the input field containing the binary file data to be uploaded. Supported file types: PNG, JPEG. Default: "data"