RecognizePrintedTextResponse type
Contains response data for the recognizePrintedText operation.
type RecognizePrintedTextResponse = OcrResult & { _response: HttpResponse & { bodyAsText: string, parsedBody: OcrResult } }