←Select platform

GetAdditionalEngineFormats Method

Summary

Gets a list of the engine native formats supported by this IOcrEngine that are not installed.

Syntax
C#
VB
C++
Java
public string[] GetAdditionalEngineFormats() 
Function GetAdditionalEngineFormats() As String() 
public String[] getAdditionalEngineFormats() 
array<String^>^ GetAdditionalEngineFormats();  

Remarks

Some of the OCR engines supported by LEADTOOLS (for example, OcrEngineType.OmniPage)) support saving recognition results using the engine-native-save mechanism instead of using the LEADTOOLS Document Writers. Use the GetSupportedEngineFormats method to get a list of the names of the native formats and the EngineFormat property to set which format to use when saving the results.

For best results, always use the formats supported by the LEADTOOLS Document Writers when saving OCR recognition data. For more information refer to DocumentFormat. Support for native engine formats may be deprecated in later versions of LEADTOOLS.

To save the recognition results using the engine native format:

Note that the LEADTOOLS default installation does not ship with native engine format support. You must download and install the "OCR Additional Features" setup available at https://www.leadtools.com to add this feature.

For more information about the various document formats supported by LEADTOOLS refer to DocumentFormat.

To determine whether a specific engine native format is supported by this IOcrEngine, use IsEngineFormatSupported.

To get the file extension for a specific engine native format, use GetEngineFormatFileExtension.

To get the friendly name for a specific engine native format, use GetEngineFormatFriendlyName.

Example

For an example, refer to IOcrDocumentManager.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly