Serialized Form
-
Package technology.tabula
-
Class technology.tabula.Cell
-
Serialized Fields
-
placeholder
boolean placeholder
-
spanning
boolean spanning
-
-
-
Class technology.tabula.Line
class Line extends Rectangle implements Serializable -
Class technology.tabula.Page
class Page extends Rectangle implements Serializable-
Serialized Fields
-
cleanRulings
List<Ruling> cleanRulings
-
horizontalRulingLines
List<Ruling> horizontalRulingLines
-
minCharHeight
float minCharHeight
-
minCharWidth
float minCharWidth
-
number
int number
-
pdDoc
org.apache.pdfbox.pdmodel.PDDocument pdDoc
-
pdPage
org.apache.pdfbox.pdmodel.PDPage pdPage
-
rotation
Integer rotation
-
rulings
List<Ruling> rulings
-
spatialIndex
RectangleSpatialIndex<TextElement> spatialIndex
-
textElements
List<TextElement> textElements
-
verticalRulingLines
List<Ruling> verticalRulingLines
-
-
-
Class technology.tabula.Rectangle
class Rectangle extends Rectangle2D.Float implements Serializable -
Class technology.tabula.RectangularTextContainer
class RectangularTextContainer extends Rectangle implements Serializable -
Class technology.tabula.Ruling
class Ruling extends Line2D.Float implements Serializable -
Class technology.tabula.Table
class Table extends Rectangle implements Serializable-
Serialized Fields
-
cells
TreeMap<technology.tabula.CellPosition,
RectangularTextContainer> cells -
colCount
int colCount
-
extractionMethod
String extractionMethod
-
memoizedRows
List<List<RectangularTextContainer>> memoizedRows
-
pageNumber
int pageNumber
-
rowCount
int rowCount
-
-
-
Class technology.tabula.TableWithRulingLines
class TableWithRulingLines extends Table implements Serializable -
Class technology.tabula.TextChunk
-
Class technology.tabula.TextElement
class TextElement extends Rectangle implements Serializable-
Serialized Fields
-
dir
float dir
-
font
org.apache.pdfbox.pdmodel.font.PDFont font
-
fontSize
float fontSize
-
text
String text
-
widthOfSpace
float widthOfSpace
-
-
-