The OcrWord Structure is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Recognized word data.Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Structure OcrWord Inherits System.ValueType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrWord |
C# | |
---|---|
[SerializableAttribute()] public struct OcrWord : System.ValueType |
C++/CLI | |
---|---|
[SerializableAttribute()] public value class OcrWord : public System.ValueType |
For an example, refer to IOcrPage.GetRecognizedCharacters.
You can get the recognized words of a zone with the IOcrZoneCharacters.GetWords method. This is a helper method that iterate through the OcrCharacter collection of the zone and constructs the words based on the OcrCharacter.Position flags.
System.Object
System.ValueType
Leadtools.Forms.Ocr.OcrWord
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Reference
OcrWord MembersLeadtools.Forms.Ocr Namespace
IOcrPage.SetRecognizedCharacters
IOcrPage.GetRecognizedCharacters
IOcrZoneCharacters.GetWords
IOcrPage.Recognize
IOcrPage.IsRecognized
OcrCharacter Structure
IOcrPageCharacters Interface
IOcrZoneCharacters Interface
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with Leadtools .NET OCR