Table of contents

IdentityProcessor

The IdentityProcessor class is a utility class for processing identity documents. It provides functionality for analyzing and extracting information from identity documents.

Definition

Namespace: com.dynamsoft.diu

Assembly: DynamsoftIdentityUtility.aar

class IdentityProcessor

Methods

Method Description
findPrecisePortraitZone Finds the precise portrait zone from intermediate result units.

findPrecisePortraitZone

Finds the precise portrait zone from intermediate result units.

Quadrilateral findPrecisePortraitZone(ScaledColourImageUnit scaledColourImgUnit, LocalizedTextLinesUnit localizedTextLinesUnit, RecognizedTextLinesUnit recognizedTextLinesUnit, DetectedQuadsUnit detectedQuadsUnit, DeskewedImageUnit deskewedImageUnit) throws UtilityException;

Parameters

[in] scaledColourImgUnit: The ScaledColourImageUnit containing the scaled color image.

[in] localizedTextLinesUnit: The LocalizedTextLinesUnit containing localized text line information.

[in] recognizedTextLinesUnit: The RecognizedTextLinesUnit containing recognized text line information.

[in] detectedQuadsUnit: The DetectedQuadsUnit containing detected quadrilateral information.

[in] deskewedImageUnit: The DeskewedImageUnit containing the deskewed image.

Return Value

A Quadrilateral object representing the precise portrait zone boundaries.

Exception

A UtilityException will be thrown if an error occurs during processing.

This page is compatible for: