Visual Basic (Declaration) | |
---|---|
Overridable Function GetSupportedFormats() As OcrDocumentFormat() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual OcrDocumentFormat[] GetSupportedFormats() |
C++/CLI | |
---|---|
virtual array<OcrDocumentFormat>^ GetSupportedFormats(); |
(Deprecated) All formats supported by Leadtools.Forms.DocumentWriters can be used from OCR now. For a list of the formats supported by LEADTOOLS OCR, refer to DocumentFormat. To get the engine native formats (if any), use GetEngineSupportedFormats.
For more information on the various document formats supported by LEADTOOLS refer to DocumentFormat.
To check if a particular document format is supported by this IOcrEngine, use IsFormatSupported.
To get the file extension for a particular document format, use GetFormatFileExtension.
To get a friendly name for a particular document format, use GetFormatFriendlyName.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Reference
IOcrDocumentManager InterfaceIOcrDocumentManager Members
DocumentFormat
IOcrDocument Interface
IOcrDocument.Save
IOcrDocument.SaveXml
IOcrPage.Recognize
IOcrEngine Interface
OcrEngineManager Class
OcrEngineType Enumeration
Programming with Leadtools .NET OCR
Files to be Included with Your Application