sheetwise.detectors
Table detection utilities.
Classes
TableDetector([min_table_size])
|
Detects table regions in spreadsheets |
-
class sheetwise.detectors.TableDetector(min_table_size=2)[source]
Detects table regions in spreadsheets
-
__init__(min_table_size=2)[source]
-
detect_tables(df)[source]
Detect table regions in the spreadsheet
- Parameters:
df (DataFrame) – Input DataFrame
- Return type:
List[TableRegion]
- Returns:
List of detected table regions