recognize_receipt

recognize_receipt function

Recognizes a special type of image - cash receipts Allowed formats is PNG, JPG, BMP. Buffer allocated by the caller. If the buffer is null, the function returns the required buffer size.

size_t recognize_receipt(const char *filePath, wchar_t *buffer, size_t buffer_size, RecognitionSettings settings)

Returns: size_t