Uses of Class
technology.tabula.Page
| Package | Description |
|---|---|
| technology.tabula | |
| technology.tabula.debug | |
| technology.tabula.detectors | |
| technology.tabula.extractors |
-
Uses of Page in technology.tabula
Methods in technology.tabula that return Page Modifier and Type Method Description PagePage.Builder. build()PageObjectExtractor. extract(int pageNumber)protected PageObjectExtractor. extractPage(Integer pageNumber)PagePage. getArea(float top, float left, float bottom, float right)PagePage. getArea(Rectangle area)PagePageIterator. next()Constructors in technology.tabula with parameters of type Page Constructor Description ProjectionProfile(Page area, List<? extends Rectangle> elements, float horizontalKernelSize, float verticalKernelSize) -
Uses of Page in technology.tabula.debug
Methods in technology.tabula.debug with parameters of type Page Modifier and Type Method Description static voidDebug. debugIntersections(Graphics2D g, Page page) -
Uses of Page in technology.tabula.detectors
-
Uses of Page in technology.tabula.extractors
Methods in technology.tabula.extractors with parameters of type Page Modifier and Type Method Description List<Table>BasicExtractionAlgorithm. extract(Page page)List<Table>BasicExtractionAlgorithm. extract(Page page, List<Float> verticalRulingPositions)List<? extends Table>ExtractionAlgorithm. extract(Page page)List<Table>SpreadsheetExtractionAlgorithm. extract(Page page)List<Table>SpreadsheetExtractionAlgorithm. extract(Page page, List<Ruling> rulings)Extract a list of Table from page using rulings as separatorsbooleanSpreadsheetExtractionAlgorithm. isTabular(Page page)