TOCRLayoutSetting Class Reference

API published in: S60 3rd Ed FP 1

Link against: ocrsrv.lib

Capability Information

Required Capabilities

None


#include <ocrcommon.h>

Detailed Description

OCR (Optical Character Recognition) Setting for Layout Analysis.

The setting for layout analysis


Public Types

enum   TOcrBrightness { ENormal, ELight, EDark }
  Image brightness. More...

Data Fields

TBool  iSkew
  Whether skew adjustment enabled, in most cases this flag shall be always on; But if images are in very good contition, this flag can be off to increase the recognition speed.
TOcrBrightness  iBrightness
  Brightness for text background.

Member Enumeration Documentation

enum TOCRLayoutSetting::TOcrBrightness
 

Image brightness.

Enumerator:
ENormal  brightness is normal
ELight  brightness is light
EDark  brightness is dark

Field Documentation

TOcrBrightness TOCRLayoutSetting::iBrightness
 

Brightness for text background.

TBool TOCRLayoutSetting::iSkew
 

Whether skew adjustment enabled, in most cases this flag shall be always on; But if images are in very good contition, this flag can be off to increase the recognition speed.


The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top