serialize( config?: ToJsonConfiguration,): { annotations?: { contrast?: number; fontSize?: number; ocrability?: number; orientation?: number; orientationDeviation?: number; orientationNormalized?: number; plotCenter?: Point; plotHeight?: number; plotWidth?: number; serialize?: ( config?: ToJsonConfiguration, ) => { readonly plotCenter?: Point | undefined; readonly plotWidth?: number | undefined; readonly plotHeight?: number | undefined; readonly ocrability?: number | undefined; ... 5 more ...; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }
; }[]; apiVersion?: string; serialize?: ( config?: ToJsonConfiguration, ) => { readonly annotations?: { readonly plotCenter?: Point | undefined; readonly plotWidth?: number | undefined; readonly plotHeight?: number | undefined; readonly ocrability?: number | undefined; ... 5 more ...; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }[] | undefined; readonly apiVe...
;}
Character level annotations, contains information about each character in the document.