←Select platform

ImageType Enumeration

Summary

Specifies the image type for OCR recognition.

Syntax
C#
C++/CLI
Python
[SerializableAttribute()] 
public enum ImageType 
public: 
   [SerializableAttribute] 
   enum class ImageType sealed 
class ImageType(Enum): 
   None = 0 
   ID = 1 
Members
ValueMemberDescription
0NoneImage type not specified.
1IDImage type is an ID card.
Remarks

Set ImageType to 1 to perform recognition on an ID card, such as a driver's license.

Requirements

Target Platforms

See Also

Reference

Leadtools.Ocr Namespace

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.