←Select platform

ExtractInfo Method

Summary

Extracts table columns information from the specified image.

Syntax
C#
VB
C++
Java
public void ExtractInfo( 
   RasterImage image, 
   IOcrEngine ocrEngine 
) 
public void extractInfo( 
   RasterImage image, 
   OcrEngine ocrEngine 
); 
Public Sub ExtractInfo( 
   ByVal image As RasterImage, 
   ByVal ocrEngine As IOcrEngine 
) 
public:  
   void ExtractInfo( 
      RasterImage^ image, 
      IOcrEngine^ ocrEngine 
   ) 

Parameters

image

RasterImage used to extract table columns information.

ocrEngine

IOcrEngine used in extracting table columns information

Return Value

This method returns void, while it updates TableFormField with Columns information.

Remarks

ExtractInfo updates TableFormField members such as Columns with the information found in the image.

Requirements

Target Platforms

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

Leadtools.Forms.Processing Assembly