←Select platform

ExtractBusinessCard(Stream,LoadDocumentOptions) Method

Summary

Extracts all the business cards found in the Document.

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

Parameters

input

Input Stream containing 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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.