serialize( config?: ToJsonConfiguration,): { pages?: { _type?: "Page"; blocks?: { _type?: "Block"; confidence?: number; lines?: { _type?: (...)
| (...)
; confidence?: (...)
| (...)
; roi?: (...)
| (...)
; serialize?: (...)
| (...)
; text?: (...)
| (...)
; words?: (...)
| (...)
; }[]; roi?: Point[]; serialize?: ( config?: ToJsonConfiguration, ) => { readonly _type?: "Block" | undefined; readonly text?: string | undefined; readonly confidence?: number | undefined; readonly roi?: Point[] | undefined; readonly lines?: { readonly _type?: "Line" | undefined; ... 4 more ...; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }[] | undefine...
; text?: string; }[]; confidence?: number; roi?: Point[]; serialize?: ( config?: ToJsonConfiguration, ) => { readonly _type?: "Page" | undefined; readonly text?: string | undefined; readonly confidence?: number | undefined; readonly roi?: Point[] | undefined; readonly blocks?: { readonly _type?: "Block" | undefined; ... 4 more ...; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }[] | undefin...
; text?: string; }[]; recognizedText?: string; serialize?: ( config?: ToJsonConfiguration, ) => { readonly recognizedText?: string | undefined; readonly pages?: { readonly _type?: "Page" | undefined; readonly text?: string | undefined; readonly confidence?: number | undefined; readonly roi?: Point[] | undefined; readonly blocks?: { ...; }[] | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) =...
;}
The result of OCR recognition.