LicenseCounterMeasuringUnitEnum
LicenseCounterMeasuringUnitEnum enumeration constants are used to denote the units (pages or characters) used by the ABBYY FlexiCapture SDK license to limit the number of the recognition and export operations during a period.
typedef enum {
LCM_Pages,
LCM_Characters
} LicenseCounterMeasuringUnitEnum;
Elements
Name | Description |
---|---|
LCM_Pages | The limitation counts pages. |
LCM_Characters | The limitation counts characters. |
Used in
15.08.2023 13:19:30