←Select platform

ExtractText(string,LoadDocumentOptions) Method

Summary

Extract all text found in the document.

Syntax
C#
VB
C++
public IList<DocumentPageTextWithDecor> ExtractText( 
   string input, 
   LoadDocumentOptions documentOptions 
) 
Public Function ExtractText(  
   ByVal input As String,  
   ByVal documentOptions As LoadDocumentOptions  
) As IList(Of DocumentPageTextWithDecor)  
public:   
   IList<DocumentPageTextWithDecor^>^ ExtractText(  
      String^ input,  
      LoadDocumentOptions^ documentOptions  
   )  

Parameters

input

Input Stream containing the document.

documentOptions

Document options for the recognition.

Return Value

Returns a list of the DocumentPageText for each page of the document.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly