sheetwise.extractors module¶
Compression modules for SpreadsheetLLM framework (Enhanced).
- class sheetwise.extractors.StructuralAnchorExtractor(k=4)[source]¶
Bases:
objectImplements structural-anchor-based extraction for layout understanding
- __init__(k=4)[source]¶
Initialize with k parameter controlling neighborhood retention
- Parameters:
k (
int) – Number of rows/columns to retain around anchor points