Represents recognized word data.
[SerializableAttribute()]
public struct OcrWord
<SerializableAttribute()>
Public Structure OcrWord
Inherits System.ValueType
@interface LTOcrWord : NSObject <NSCopying>
public class OcrWord
[SerializableAttribute()]
public value class OcrWord : public System.ValueType
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.
The IOcrPageCharacters interface also contains the IOcrPageCharacters.UpdateWord method that allow to modify the OCR recognition results by updating or deleting the words before optionally saving the results to the final output document.
To create an OcrWord object with all values initialized to default values, use OcrTypeManager.CreateDefaultOcrWord. This is a shortcut for languages that do not automatically initialize all the members of a structure, such as JavaScript.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document