The list of text words found in the document page.
public IList<DocumentWord> Words { get; }
Public ReadOnly Property Words() As System.Collections.Generic.IList(Of Leadtools.Document.DocumentWord)
Get
public:
property System::Collections::Generic::IList<Leadtools::Documents::DocumentWord^>^ Words
{
System::Collections::Generic::IList<Leadtools::Documents::DocumentWord^>^ get()
}
public List<DocumentWord> getWords()
List of text words found in the document page. The default value is null.
The text words are created from the characters found in the document based on the IsEndOfWord returned by document parsing engine. Whenever an "end of word" is found, the last set of characters are grouped together and stored as an item in the Words list. This is not performed automatically, instead, you must call BuildWords to populate the Words list from the Characters.
For more information, refer to Parsing Text with the Document Library.
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