Mode to use when extracting text from this document.
[SerializableAttribute()]
[DataContractAttribute()]
public enum DocumentTextExtractionMode
<SerializableAttribute(),
DataContractAttribute()>
Public Enum DocumentTextExtractionMode
public [SerializableAttribute,
DataContractAttribute]
enum class DocumentTextExtractionMode sealed
public enum DocumentTextExtractionMode
0 | Auto |
Automatic. This depends on the document type, if it supports SVG, then SVG is used; otherwise, if available use OCR. |
1 | SvgOnly |
Use SVG only if the document supports it. Otherwise, do not extract text. |
2 | OcrOnly |
Use OCR always even if the document supports SVG. |
DocumentTextExtractionMode is used as the type of the DocumentText.TextExtractionMode to control how DocumentPage.GetText extracts the text from the page.
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