Skip to content

Processing Scenarios

When the Web Component of the selected type is up and running, you can start the document recognition processing. But before, you need to choose the processing scenario.

Features

The set of supported features differs between scenarios, so take a closer look into the supported functionality using the table below.

Feature Description
MRZ OCR Reading and parsing the machine readable zone lines into separate fields.
Barcode recognition Reading the 1D and 2D (PDF417, QR, Aztec, Datamatrix) barcodes and automatic parsing into text fields using included document template specifications if the template database is available and the document type is identified.
Document location Detecting the document boundaries and cropping out the document from the supplied picture.
Graphics cropping Cropping graphic fields, such as a photo portrait and signature, based on templates included in the database.

MrzAndLocate

This scenario detects an identity document, crops it, recognizes MRZ, and parses data in text fields.

  • MRZ OCR
  • Barcode recognition
  • Document location
  • Graphics cropping

BarcodeAndLocate

This scenario detects document boundaries and obtains the barcode data.

  • MRZ OCR
  • Barcode recognition
  • Document location
  • Graphics cropping

Mrz

This scenario detects MRZ, recognizes it, and parses data in text fields.

  • MRZ OCR
  • Barcode recognition
  • Document location
  • Graphics cropping

Barcode

This scenario detects barcode, recognizes it, and parses data in text fields.

  • MRZ OCR
  • Barcode recognition
  • Document location
  • Graphics cropping

Other Scenarios

Locate

This scenario detects identity document boundaries and crops it.

  • MRZ OCR
  • Barcode recognition
  • Document location
  • Graphics cropping

MrzOrBarcode

This scenario detects MRZ or barcode, recognizes it, and parses data in text fields. Either MRZ, or barcode is needed to finish scenario processing.

  • MRZ OCR
  • Barcode recognition
  • Document location
  • Graphics cropping

MrzOrLocate

This scenario detects MRZ and recognizes it, or detects document location and crops it. Either MRZ recognition, or cropping identity document is needed to finish scenario processing.

  • MRZ OCR
  • Barcode recognition
  • Document location
  • Graphics cropping

Next Steps