Result of OCR text recognition.

Hierarchy

  • PartiallyConstructible
    • OcrResult

Constructors

Properties

Constructors

  • Parameters

    • Optional source: {
          confidence?: number;
          text?: string;
      }
      • Optional confidence?: number

        Minimum number of accumulated frames that have equal result.

      • Optional text?: string

        Maximum number of accumulated frames to inspect before actual result is returned.

    Returns OcrResult

Properties

confidence: number

Minimum number of accumulated frames that have equal result.

text: string

Maximum number of accumulated frames to inspect before actual result is returned.