←Select platform

ExtractBusinessCard(string,LoadDocumentOptions) Method

Summary

Extracts all the business cards found in the Document.

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

Parameters

input

Input string containing the path to the document.

documentOptions

Document options for the recognition.

Return Value

List of KeyValuePair's containing the BusinessCard information in 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