←Select platform

DocumentTextExtractionMode Enumeration

Summary

Mode to use when extracting text from this document.

Syntax

C#
VB
Java
C++
[SerializableAttribute()] 
[DataContractAttribute()] 
public enum DocumentTextExtractionMode 
<SerializableAttribute(),  
 DataContractAttribute()>  
Public Enum DocumentTextExtractionMode 
public [SerializableAttribute,  
   DataContractAttribute] 
   enum class DocumentTextExtractionMode sealed 
public enum DocumentTextExtractionMode 

Members

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.

Remarks

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 Documents Library.

Example

For an example, refer to DocumentPageText.

Requirements

Target Platforms

See Also

Reference

Leadtools.Documents Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly