API for document classification.

Required licence feature(s): DocumentClassification.

Methods

  • Frees up any resources associated with this object. No other methods may be called on this object after destroy has been called.

    Returns Promise<void>

  • Parameters

    • workerBridge: WorkerBridge
    • configuration: {
          crop?: boolean;
      }
      • Optional Readonly crop?: boolean

        If true, image will be scanned for a valid document first.

        Default Value

        true;
        

    Returns Promise<DocumentClassifier>

Generated using TypeDoc