enum L_OcrTextStyle
{
L_OcrTextStyle_Normal,
L_OcrTextStyle_Header,
L_OcrTextStyle_Footer,
L_OcrTextStyle_Heading,
};
The style of a text zone.
Value | Meaning |
---|---|
L_OcrTextStyle_Normal | Normal (flow text). |
L_OcrTextStyle_Header | In header section of the page. Usually smaller font. |
L_OcrTextStyle_Footer | In footer section of the page. Usually smaller font. |
L_OcrTextStyle_Heading | Heading is a text by itself. You can use OcrZone.FontRatio to calculate the type of the heading (h1, h2, h3, etc). |
This enumerated type is used by the following structure:
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