Character level annotations, contains information about each character in the document.

Constructors

Properties

Methods

Constructors

Properties

List of character level annotations.

apiVersion: string

Version of the model and code used to generate the annotations.

Methods

  • Parameters

    Returns {
        annotations?: {
            contrast?: number;
            fontSize?: number;
            ocrability?: number;
            orientation?: number;
            orientationDeviation?: number;
            orientationNormalized?: number;
            plotCenter?: Point;
            plotHeight?: number;
            plotWidth?: number;
            serialize?(config?): { 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?): { 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...;
    }

    • Optional Readonly annotations?: {
          contrast?: number;
          fontSize?: number;
          ocrability?: number;
          orientation?: number;
          orientationDeviation?: number;
          orientationNormalized?: number;
          plotCenter?: Point;
          plotHeight?: number;
          plotWidth?: number;
          serialize?(config?): { readonly plotCenter?: Point | undefined; readonly plotWidth?: number | undefined; readonly plotHeight?: number | undefined; readonly ocrability?: number | undefined; ... 5 more ...; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
      }[]

      List of character level annotations.

    • Optional Readonly apiVersion?: string

      Version of the model and code used to generate the annotations.

    • serialize?:function
      • Parameters

        Returns { 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...