DETECT_TABLES_OPTIONS

Summary

Detecting tables options

Syntax

typedef struct DETECT_TABLES_OPTIONS 
{ 
   L_UINT uStructSize; 
   L_UINT uHorizontalLineMinimumLength; 
   L_UINT uVerticalLineMinimumLength; 
   pDETECT_LINES_RESULT pDetectedLines; 
} DETECT_TABLES_OPTIONS, * pDETECT_TABLES_OPTIONS; 

Members

uStructSize

Size of the structure in bytes.

uHorizontalLineMinimumLength

Minimum length for a horizontal line.

uVerticalLineMinimumLength

Minimum length for a vertical line.

pDetectedLines

Pointer to DETECT_LINES_RESULT if L_DetectLinesBitmap has been called prior to L_DetectTablesBitmap.

Usage

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

LEADTOOLS Raster Imaging C API Help

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