Uses of Interface
technology.tabula.extractors.ExtractionAlgorithm
| Package | Description |
|---|---|
| technology.tabula | |
| technology.tabula.extractors |
-
Uses of ExtractionAlgorithm in technology.tabula
Constructors in technology.tabula with parameters of type ExtractionAlgorithm Constructor Description Table(ExtractionAlgorithm extractionAlgorithm)TableWithRulingLines(Rectangle area, List<Cell> cells, List<Ruling> horizontalRulings, List<Ruling> verticalRulings, ExtractionAlgorithm extractionAlgorithm) -
Uses of ExtractionAlgorithm in technology.tabula.extractors
Classes in technology.tabula.extractors that implement ExtractionAlgorithm Modifier and Type Class Description classBasicExtractionAlgorithmclassSpreadsheetExtractionAlgorithm