Type alias MrzScanningMode

MrzScanningMode: "LIVE" | "SINGLE_SHOT"

The scanning mode.

  • LIVE: The scanner will merge all information from multiple frames to provide the best possible result. Use this mode when the input is a video or camera stream.
  • SINGLE_SHOT: The scanner will only use the current frame and will spend additional time to ensure the best possible result. Use this mode when scanning single images, e.g. imported from the gallery.

Generated using TypeDoc