←Select platform

ExtractInfo Method

Summary

Extracts table columns information from the specified image.

Syntax
C#
Java
public void ExtractInfo( 
   RasterImage image, 
   IOcrEngine ocrEngine 
) 
public void extractInfo( 
   RasterImage rasterImage  
   OcrEngine ocrEngine  
   java.util.List<AttributeOcrWord> attributeOcrWord  
   ProcessingPage processingPage 
); 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

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