operators.row_filter.TableRowFilter
- class operators.row_filter.TableRowFilter(confidence_score=0.9)
A filter that filters out rows without tables. This operator requires the predictions from the TableFeaturizer operator.
- Parameters:
confidence_score (
float
, default:0.9
) – The minimum confidence score required for a table to be considered valid.