ImageGear for C and C++ on Windows v19.3 - Updated
enumIGRecError
API Reference Guide > Recognition Component API Reference > Recognition Component Enumerations Reference > enumIGRecError

Identifies recognition error codes.

Values:

IGE_REC_EXT_OK Successful operation, no error.
IGE_REC_EXT_FILE_ERR File operation internal error.
IGE_REC_EXT_FILE_SYNTAX_ERR File handling syntax error.
IGE_REC_EXT_FILE_OPEN_ERR File open error.
IGE_REC_EXT_FILE_NOTFOUND_ERR File not found.
IGE_REC_EXT_FILE_READ_ERR File read error.
IGE_REC_EXT_FILE_WRITE_ERR File write error.
IGE_REC_EXT_FILE_ACCESS_ERR File access denied.
IGE_REC_EXT_FILE_REMOVE_ERR File removal error.
IGE_REC_EXT_FILE_CREATE_ERR File creation error.
IGE_REC_EXT_FILE_SEEK_ERR File seek error.
IGE_REC_EXT_FILE_MEM_ERR Out of memory during file I/O.
IGE_REC_EXT_FILE_DISKFULL_ERR Disk full.
IGE_REC_EXT_FILE_IO_ERR File I/O error.
IGE_REC_EXT_FILE_SHARE_ERR Sharing violation.
IGE_REC_EXT_FILE_ALREADYEXIST_ERR File already exists.
IGE_REC_EXT_FILE_INVALIDFLAG_ERR Invalid flag specified in a function call.
IGE_REC_EXT_FILE_INVALIDPARAMETER_ERR Invalid parameter specified in a function call.
IGE_REC_EXT_FILE_LOCKVIOLATION_ERR File locking error.
IGE_REC_EXT_FILE_DIRNOTEMPTY_ERR Directory is not empty.
IGE_REC_EXT_FILE_INVALIDHANDLE_ERR Invalid handle specified in a function call.
IGE_REC_EXT_FILE_TOOLARGE_ERR File size limit error.
IGE_REC_EXT_FILE_MUTEX_NOTAVAILABLE_ERR Mutex is not available.
IGE_REC_EXT_FILE_CANTCREATE_MUTEX_ERR Mutex cannot be created.
IGE_REC_EXT_FILE_CANTRELEASE_MUTEX_ERR Mutex cannot be released.
IGE_REC_EXT_FILE_INIT_ERR File system initialization error.
IGE_REC_EXT_FILE_QUIT_ERR File Manager's module quit error.
IGE_REC_EXT_FILE_NOT_IMPLEMENTED_ERR Function call not implemented yet.
IGE_REC_EXT_FILE_INVALIDPOINTER_ERR Invalid pointer specified in a function call.
IGE_REC_EXT_FILE_INVALIDFUNCTION_ERR The specified flag combination is not supported.
IGE_REC_EXT_FILE_NOMORE_WARN Internal use only.
IGE_REC_EXT_MEM_NOTENOUGH_ERR Not enough memory for this memory operation.
IGE_REC_EXT_MEM_INVALIDPOINTER_ERR Invalid pointer to a memory object.
IGE_REC_EXT_CHR_ILLEGALCODE_ERR Illegal internal code as a parameter.
IGE_REC_EXT_CHR_ILLEGALSETTING_ERR Set parameter is not acceptable (e.g. size mismatch.).
IGE_REC_EXT_CHR_NOMORE_WARN End of list of available Code Pages.
IGE_REC_EXT_CHR_SETFILE_ERR Error while loading the Code Page Definition file (RECOGN.SET).
IGE_REC_EXT_CHR_CODELENGTH_ERR Length of exported code exceeds buffer size.
IGE_REC_EXT_CHR_MISSINGEXPORT_ERR Character conversion is not available for the given character.
IGE_REC_EXT_CHR_LANGSET_CODEPAGE_ERR Conflict: The selected Code Page does not support some characters in the selected languages: there is no exact code in the Code Page for them.
IGE_REC_EXT_CHR_INIT_ERR Character Set and Code Pages module initialization error.
IGE_REC_EXT_CHR_MULTIPLELANG_FOUND_WARN There are more than one matching languages.
IGE_REC_EXT_CHR_LANG_NOTFOUND_ERR There are no matching languages.
IGE_REC_EXT_API_INCORRECTMODULEVERSION_ERR Inconsistent Engine configuration.
IGE_REC_EXT_API_INIT_ERR Engine initialization error, or no appropriate license.
IGE_REC_EXT_API_QUIT_ERR Engine termination error.
IGE_REC_EXT_API_INIT_WARN Module initialization warning.
IGE_REC_EXT_API_PROCESS_ABORTED_ERR Application has aborted the current process.
IGE_REC_EXT_API_PROCESS_FINISH Application has terminated the current recognition process. Recognized text is kept.
IGE_REC_EXT_API_MODULEMISSING_ERR Module not present.
IGE_REC_EXT_API_MODULELOAD_ERR OS could not load a module.
IGE_REC_EXT_API_MODULEENTRY_ERR Missing entry in a module.
IGE_REC_EXT_API_MODULEINVALID_ERR Invalid module.
IGE_REC_EXT_API_MODULEINIT_ERR Module initialization error.
IGE_REC_EXT_API_NOT_AVAILABLE_ERR The requested function is unavailable, or there is no appropriate license. This error can also indicate an unsupported combination of recognition parameters, e.g., when a language is not supported for the selected recognition module.
IGE_REC_EXT_API_ERROR_ERR General error in the Engine.
IGE_REC_EXT_API_GPFAULT_ERR General Protection Fault in the Engine.
IGE_REC_EXT_API_PLATFORM_ERR Unsupported operating system.
IGE_REC_EXT_API_STS_SYNTAX_ERR Syntax error in the specified Engine Settings file.
IGE_REC_EXT_API_STS_ERR Invalid setting.
IGE_REC_EXT_API_HARDLOCK_ERR Hardlock not found or hardlock service has not been started.
IGE_REC_EXT_API_LICENSE_ERR Invalid license or Engine License file not found.
IGE_REC_EXT_API_PARAMETER_ERR Invalid parameters.
IGE_REC_EXT_API_BUSY_ERR Engine is busy.
IGE_REC_EXT_API_EVALDATE_EXPIRED_ERR Evaluation date of the Engine has expired.
IGE_REC_EXT_API_TIMEOUT_ERR Recognition process soft TimeOut.
IGE_REC_EXT_API_FILEFORMAT_ERR Format error in the actual file.
IGE_REC_EXT_API_INVALIDSESSION_ERR Current session is invalid.
IGE_REC_EXT_NOT_IMPL_ERR Non-implemented feature.
IGE_REC_EXT_API_DOTNET30_OR_LATER_MISSING_ERR Missing .NET 3.0 or later.
IGE_REC_EXT_API_CRYPT_MISS_WARN Crypt module missing.
IGE_REC_EXT_API_HARDTIMEOUT_ERR Recognition process hard TimeOut.
IGE_REC_EXT_IMF_READ_ERR Image file read error.
IGE_REC_EXT_IMF_WRITE_ERR Image file write error.
IGE_REC_EXT_IMF_INIT_ERR Image file I/O module initialization error.
IGE_REC_EXT_IMF_OPEN_ERR Image file open error.
IGE_REC_EXT_IMF_CLOSE_ERR Image file close error.
IGE_REC_EXT_IMF_CREATE_ERR Image file create error.
IGE_REC_EXT_IMF_MEMORY_ERR Out of memory during image file I/O.
IGE_REC_EXT_IMF_NOTSUP_ERR Not supported image file format or image file type.
IGE_REC_EXT_IMF_TAGMISSING_ERR Required TIFF basic tag is missing.
IGE_REC_EXT_IMF_COMP_ERR Error in image compression.
IGE_REC_EXT_IMF_IMGFORM_ERR Unknown image format.
IGE_REC_EXT_IMF_PAGENUM_ERR Non-existent page number.
IGE_REC_EXT_IMF_FILEFORMAT_ERR File format error.
IGE_REC_EXT_IMF_COLOR_ERR Color PCX file is not supported.
IGE_REC_EXT_IMF_TMPFILE_ERR Temporary file handling error.
IGE_REC_EXT_IMF_APPEND_ERR Appending not allowed.
IGE_REC_EXT_IMF_FILENOTEMPTY_ERR Writing into a non-empty file without IMF append mode specified.
IGE_REC_EXT_IMF_FAXVIEWMISS_ERR Microsoft Fax viewer missing or not installed.
IGE_REC_EXT_IMF_PASSWORD_WARN Password protected file.
IGE_REC_EXT_IMF_EMPTYHANDLE_WARN The file belonging to this handle does not exist any longer.
IGE_REC_EXT_IMF_READ_WARN Image file read problem.
IGE_REC_EXT_IMF_COMP_WARN Problem in image compression.
IGE_REC_EXT_IMG_SETTING_ERR Internal use only.
IGE_REC_EXT_IMG_NOTENOUGHMEMORY_ERR Not enough memory during image processing.
IGE_REC_EXT_IMG_RECT_ERR Invalid rectangle dimensions.
IGE_REC_EXT_IMG_DPI_ERR Non-supported resolution.
IGE_REC_EXT_IMG_NOTFOUND_ERR Image not found.
IGE_REC_EXT_IMG_COMPRESSED_ERR Cannot process compressed image.
IGE_REC_EXT_IMG_BITMAPADDRESS_ERR Invalid bitmap address.
IGE_REC_EXT_IMG_BITSPERPIXEL_ERR Unsupported BitsPerPixel value.
IGE_REC_EXT_IMG_NOTATTACHED_ERR Internal use only.
IGE_REC_EXT_IMG_HANDLE_ERR Invalid image handle.
IGE_REC_EXT_IMG_BUFFEROVERFLOW_ERR Buffer overflow during processing the image.
IGE_REC_EXT_IMG_ACCESS_ERR Image operation denied.
IGE_REC_EXT_IMG_NOMORE_WARN No more lines in defined image area.
IGE_REC_EXT_IMG_SIZE_ERR Non-supported image size.
IGE_REC_EXT_IMG_INVALIDOP_ERR Operation not supported on this image.
IGE_REC_EXT_IMG_ZONE_ERR Invalid zone operation.
IGE_REC_EXT_IMG_DPI_WARN Non-supported resolution.
IGE_REC_EXT_IMG_ANCHOR_WARN One or more anchor zones were not found.
IGE_REC_EXT_IMG_ANCHORNOTFOUND_ERR Neither of the anchor zones were found.
IGE_REC_EXT_PAGE_NOTFOUND_ERR Page not found.
IGE_REC_EXT_PAGE_HANDLE_ERR Page handle not found.
IGE_REC_EXT_MGR_ERR Engine manager module error.
IGE_REC_EXT_NO_TXT_WARN No recognized text available: either because the zone is empty or the required recognition module has not been initialized properly.
IGE_REC_EXT_OCR_NO_MODULE_WARN No selected recognition module.
IGE_REC_EXT_ZONE_NOTFOUND_ERR No zone in the zone list.
IGE_REC_EXT_ZONE_NOTFOUND_WARN No zone in the zone list.
IGE_REC_EXT_ZONE_POSITION_ERR Invalid zone index.
IGE_REC_EXT_ZONE_EXISTING_SEQ_ERR Internal use only.
IGE_REC_EXT_ZONE_FILE_ERR Internal use only.
IGE_REC_EXT_ZONE_SIZE_ERR Invalid zone coordinates.
IGE_REC_EXT_ZONE_SHAPE_ERR Invalid zone shape (not rectangular).
IGE_REC_EXT_ZONE_IMAGE_DOWNSAMPLED_WARN Color image was down-sampled.
IGE_REC_EXT_ZONE_SIZE_WARN Invalid zone coordinates.
IGE_REC_EXT_ZONE_NO_FIELDNAME_WARN Zone can not have a field name defined.
IGE_REC_EXT_EXTRACTED_TXT_WARN Limited information extracted from input document.
IGE_REC_EXT_MOR_INIT_ERR MOR recognition module initialization error.
IGE_REC_EXT_MOR_DOS_ERR DOS error during recognition.
IGE_REC_EXT_MOR_BCTNOTFOUND_ERR Knowledge base file for MOR recognition module not found (RECOGN.BCT).
IGE_REC_EXT_MOR_BCTCORRUPTED_ERR Knowledge base file for MOR recognition module corrupted (RECOGN.BCT).
IGE_REC_EXT_MOR_BCTVERSION_ERR Incorrect knowledge base file version (RECOGN.BCT).
IGE_REC_EXT_MOR_TOOLARGE_ERR Image size too large.
IGE_REC_EXT_MOR_FILECORRUPTED_ERR File corrupted.
IGE_REC_EXT_MOR_INTERNAL_ERR Internal error in the MOR recognition module.
IGE_REC_EXT_MOR_GPFAULT_ERR General Protection Fault in the MOR recognition module.
IGE_REC_EXT_DOT_ERR Dot-matrix recognition error.
IGE_REC_EXT_SPL_MEMORY_ERR Not enough memory for the SPL module.
IGE_REC_EXT_SPL_NOINIT_ERR Uninitialized spell object.
IGE_REC_EXT_SPL_FOPEN_ERR Spell file open error.
IGE_REC_EXT_SPL_FREAD_ERR Spell file read error.
IGE_REC_EXT_SPL_FWRITE_ERR User dictionary write error.
IGE_REC_EXT_SPL_BADFILEFORMAT_ERR Invalid file format (TEV.SZO).
IGE_REC_EXT_SPL_INIT_ERR Module initialization error.
IGE_REC_EXT_SPL_CLOSE_ERR User dictionary close error.
IGE_REC_EXT_SPL_LANG_ERR Illegal language setting.
IGE_REC_EXT_SPL_HANDLE_ERR Internal spell function call with a wrong handle.
IGE_REC_EXT_SPL_NOMORE_WARN No more suggestions/items available.
IGE_REC_EXT_SPL_INTERNAL_ERR Internal checking error.
IGE_REC_EXT_SPL_DUPWORD_ERR Item already exists in the User dictionary.
IGE_REC_EXT_SPL_NOTFOUND_ERR Item does not exist in the User dictionary.
IGE_REC_EXT_SPL_BADWORD_ERR Item is incorrect (NULL pointer, empty word, or illegal regular expression pattern).
IGE_REC_EXT_SPL_UDSECT_ERR

This value has been deprecated and will be removed from the public API in a future release.

Section does not exist in the User dictionary.

IGE_REC_EXT_SPL_REGEXP_SYNTAX_ERR

This value has been deprecated and will be removed from the public API in a future release.

Regular expression syntax error.

IGE_REC_EXT_SPL_EXISTSECT_WARN

This value has been deprecated and will be removed from the public API in a future release.

Section already exists in User dictionary.

IGE_REC_EXT_APIP_INIT_ERR APIPlus initialization error.
IGE_REC_EXT_APIP_PARAM_ERR Parameter error.
IGE_REC_EXT_APIP_NOMORE_WARN No more items available.
IGE_REC_EXT_APIP_INTERNAL_ERR Internal error in RecAPIPlus.
IGE_REC_EXT_L_WARNINGS General OmniPage Document (OPD) Warning.
IGE_REC_EXT_L_WARNING_NOTFOUND Layout Analyser Object not found.
IGE_REC_EXT_L_WARNING_NOTOPENED Layout Analyser Object not opened.
IGE_REC_EXT_L_WARNING_MISSING Missing data.
IGE_REC_EXT_L_WARNING_SUBSTITUTED Data substitution.
IGE_REC_EXT_L_ERRORS General OmniPage Document (OPD) Error.
IGE_REC_EXT_L_ERROR_NOID No such Object ID.
IGE_REC_EXT_L_ERROR_OBJID Wrong Object ID.
IGE_REC_EXT_L_ERROR_OBJTYPE Wrong object type.
IGE_REC_EXT_L_ERROR_FILE General file operation error.
IGE_REC_EXT_L_ERROR_FILE_OPEN File cannot be opened.
IGE_REC_EXT_L_ERROR_FILE_CLOSE File cannot be closed.
IGE_REC_EXT_L_ERROR_FILE_SEEK File seeking error.
IGE_REC_EXT_L_ERROR_FILE_READ File reading error.
IGE_REC_EXT_L_ERROR_FILE_WRITE File writing error.
IGE_REC_EXT_L_ERROR_FILE_FORMAT Wrong file format.
IGE_REC_EXT_L_ERROR_PARAMETER Invalid internal parameter.
IGE_REC_EXT_L_ERROR_RANGE Invalid internal range.
IGE_REC_EXT_L_ERROR_CALL Invalid function call.
IGE_REC_EXT_L_ERROR_CONVERTER Conversion error.
IGE_REC_EXT_L_ERROR_BADVERSION Wrong Layout Analyser version.
IGE_REC_EXT_L_ERROR_IMAGE Image operation error.
IGE_REC_EXT_L_ERROR_DTK DTK function error.
IGE_REC_EXT_L_ERROR_READONLY Layout Analyser opened as read only.
IGE_REC_EXT_L_ERROR_OUTPUT_MODE Invalid output mode.
IGE_REC_EXT_L_ERROR_APPSET Invalid appset.
IGE_REC_EXT_L_ERROR_PRERENDERING Pre-rendering error.
IGE_REC_EXT_L_ERROR_NOACCESS Access error.
IGE_REC_EXT_L_ERROR_NOTIMPLEMENTED Feature not implemented.
IGE_REC_EXT_L_ERROR_MASTERSOFT Text converter filter error.
IGE_REC_EXT_L_ERROR_ABORTED The function was aborted.
IGE_REC_EXT_L_ERROR_CONV_NODOCUMENT No document in Layout Analyser Storage.
IGE_REC_EXT_L_ERROR_CONV_LECSO Layout Analyser command error.
IGE_REC_EXT_L_ERROR_TOO_MANY_SHEETS Too many Excel sheets.
IGE_REC_EXT_L_ERROR_DOCFORMATTER Internal use only.
IGE_REC_EXT_L_ERROR_STOP Internal use only.
IGE_REC_EXT_L_FATALERRORS General OmniPage Document (OPD) Fatal error.
IGE_REC_EXT_L_FERROR_MEMORY OmniPage Document (OPD) memory problem.
IGE_REC_EXT_L_FERROR_INTERNAL Internal OmniPage Document (OPD) error.
IGE_REC_EXT_L_FERROR_FILEFORMAT Wrong file format or wrong reading or writing methods.
IGE_REC_EXT_L_FERROR_INDEX Wrong index stream.
IGE_REC_EXT_L_FERROR_RECAPI Error in RecApi.
IGE_REC_EXT_L_FERROR_NOSET Some attribute was not set.
IGE_REC_EXT_L_FERROR_PERMISSION PDF modification restricted.
IGE_REC_EXT_L_FERROR_MISSING Missing file (usually a DLL).
IGE_REC_EXT_BRA_INIT_ERR Braille recognition module initialization error.
IGE_REC_EXT_MAT_INIT_ERR Matrix matching recognition module initialization error.
IGE_REC_EXT_MTX_INIT_ERR M/TEXT recognition module initialization error.
IGE_REC_EXT_FRX_INIT_ERR Fireworx recognition module initialization error.
IGE_REC_EXT_ASIAN_INIT_ERR Asian recognition module initialization error.
IGE_REC_EXT_MNG_INIT_ERR MNG recognition module initialization error.
IGE_REC_EXT_STSMN_HANDLE_ERR StsMan invalid node handle error.
IGE_REC_EXT_STSMN_NOSETTING_ERR No settings in node.
IGE_REC_EXT_STSMN_BADTYPE_ERR Improper setting type.
IGE_REC_EXT_STSMN_OPNOTALLOWED_ERR Operation not allowed for setting or node.
IGE_REC_EXT_STSMN_PARAMETER_ERR Invalid parameter.
IGE_REC_EXT_STSMN_INVALIDFILE_ERR Settings file content invalid.
IGE_REC_EXT_STSMN_NOTFOUND_ERR Node not found.
IGE_REC_EXT_STSMN_FULLSAVEDTREE_WARN The loaded settings file may contain default values.
IGE_REC_EXT_STSMN_BADORMISSINGREF_ERR The reference of a symbolic link sub-tree is invalid or the referenced setting does not exist yet.