Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > IOcrDocumentManager Interface : GetSupportedEngineFormats Method |
string[] GetSupportedEngineFormats()
'Declaration
Function GetSupportedEngineFormats() As String()
'Usage
Dim instance As IOcrDocumentManager Dim value() As String value = instance.GetSupportedEngineFormats()
string[] GetSupportedEngineFormats()
public String[] getSupportedEngineFormats()
function Leadtools.Forms.Ocr.IOcrDocumentManager.GetSupportedEngineFormats()
array<String^>^ GetSupportedEngineFormats();
Some of the OCR engines supported by LEADTOOLS (for example, OcrEngineType.Professional) support saving the recognition results using the engine native save mechanism instead of 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 the format to use when saving the results.
It is recommended that you use the LEADTOOLS Document Writers supported formats always 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. To get a list of the engine native formats available but not installed for the current OCR engine, use GetAdditionalEngineFormats.
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.
IOcrDocumentManager Interface
IOcrDocumentManager Members
Leadtools.Forms.DocumentWriters.DocumentFormat
IOcrDocument Interface
IOcrDocument.Save
IOcrDocument.SaveXml
IOcrPage.Recognize
IOcrEngine Interface
OcrEngineManager Class
OcrEngineType Enumeration
Programming with the LEADTOOLS .NET OCR
Files to be Included with Your Application