Package | Description |
---|---|
org.apache.pdfbox.text |
Modifier and Type | Field and Description |
---|---|
static PDFTextStripper.LineItem |
PDFTextStripper.LineItem.WORD_SEPARATOR |
Modifier and Type | Method and Description |
---|---|
static PDFTextStripper.LineItem |
PDFTextStripper.LineItem.getWordSeparator() |
Modifier and Type | Method and Description |
---|---|
private java.lang.StringBuilder |
PDFTextStripper.normalizeAdd(java.util.List<PDFTextStripper.WordWithTextPositions> normalized,
java.lang.StringBuilder lineBuilder,
java.util.List<TextPosition> wordPositions,
PDFTextStripper.LineItem item)
Used within
PDFTextStripper.normalize(List) to handle a TextPosition . |
Modifier and Type | Method and Description |
---|---|
private java.util.List<PDFTextStripper.WordWithTextPositions> |
PDFTextStripper.normalize(java.util.List<PDFTextStripper.LineItem> line)
Normalize the given list of TextPositions.
|