Type alias DocumentDataExtractionMode

DocumentDataExtractionMode: "LIVE" | "SINGLE_SHOT"

The extraction mode.

  • LIVE: The extractor will attempt to accumulate results over multiple frames.
  • SINGLE_SHOT: The extractor will only use the current frame and will spend additional time to ensure the best possible result.

Generated using TypeDoc