| BasicExtractionAlgorithm
+ +Cell + +CohenSutherlandClipping + +CommandLineApp + +CSVWriter + +Debug + +DummyGraphics2D + +ExtractionAlgorithm + +HasText + +JSONWriter + +Line + +ObjectExtractor + +Page + +PageIterator + +ProjectionProfile + +QuickSort + +Rectangle + +RectangularTextContainer + +Ruling + +RulingSerializer + +SpreadsheetExtractionAlgorithm + +Table + +TableSerializer + +TableWithRulingLines + +TextChunk + +TextChunkSerializer + +TextElement + +TSVWriter + +Utils + +Writer + + |
+
| BasicExtractionAlgorithm
+ +Cell + +CohenSutherlandClipping + +CommandLineApp + +CSVWriter + +Debug + +DummyGraphics2D + +ExtractionAlgorithm + +HasText + +JSONWriter + +Line + +ObjectExtractor + +Page + +PageIterator + +ProjectionProfile + +QuickSort + +Rectangle + +RectangularTextContainer + +Ruling + +RulingSerializer + +SpreadsheetExtractionAlgorithm + +Table + +TableSerializer + +TableWithRulingLines + +TextChunk + +TextChunkSerializer + +TextElement + +TSVWriter + +Utils + +Writer + + |
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +technology.tabula.* | +
|---|
+ +
| technology.tabula.ProjectionProfile | +||
|---|---|---|
+public static final int |
+DECIMAL_PLACES |
+1 |
+
+ +
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+ +++The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
+ +++Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:
+
+- Interfaces (italic)
- Classes
- Enums
- Exceptions
- Errors
- Annotation Types
+ ++ ++Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:
+
+Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.- Class inheritance diagram
- Direct Subclasses
- All Known Subinterfaces
- All Known Implementing Classes
- Class/interface declaration
- Class/interface description +
+
- Nested Class Summary
- Field Summary
- Constructor Summary
- Method Summary +
+
- Field Detail
- Constructor Detail
- Method Detail
+ ++ ++Each annotation type has its own separate page with the following sections:
+
+- Annotation Type declaration
- Annotation Type description
- Required Element Summary
- Optional Element Summary
- Element Detail
+ +++Each enum has its own separate page with the following sections:
+
+- Enum declaration
- Enum description
- Enum Constant Summary
- Enum Constant Detail
+Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.+
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with+java.lang.Object. The interfaces do not inherit fromjava.lang.Object.+
+- When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
- When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
+The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.+
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.+
+
+
+
+
+This help file applies to API documentation generated using the standard doclet.
+
+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| + | +
|---|
| All Classes
+
+
+Packages
+ |
+
+ + + diff --git a/overview-summary.html b/overview-summary.html new file mode 100644 index 00000000..fb6a6bb4 --- /dev/null +++ b/overview-summary.html @@ -0,0 +1,173 @@ + + + +
+ + +
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Packages | +|
|---|---|
| technology.tabula | ++ |
| technology.tabula.debug | ++ |
| technology.tabula.extractors | ++ |
| technology.tabula.json | ++ |
| technology.tabula.writers | ++ |
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||
| +Package technology.tabula | +
|---|
| +Class technology.tabula.Cell extends RectangularTextContainer<TextChunk> implements Serializable | +
|---|
| +Serialized Fields | +
|---|
+boolean spanning+
+boolean placeholder+
+List<E> textElements+
| +Class technology.tabula.Line extends Rectangle implements Serializable | +
|---|
| +Serialized Fields | +
|---|
+List<E> textChunks+
| +Class technology.tabula.Page extends Rectangle implements Serializable | +
|---|
| +Serialized Fields | +
|---|
+Integer rotation+
+int pageNumber+
+List<E> texts+
+List<E> rulings+
+List<E> cleanRulings+
+List<E> verticalRulingLines+
+List<E> horizontalRulingLines+
+float minCharWidth+
+float minCharHeight+
+technology.tabula.RectangleSpatialIndex<T extends Rectangle> spatial_index+
| +Class technology.tabula.Rectangle extends Rectangle2D.Float implements Serializable | +
|---|
+ +
| +Class technology.tabula.RectangularTextContainer extends Rectangle implements Serializable | +
|---|
+ +
| +Class technology.tabula.Ruling extends Line2D.Float implements Serializable | +
|---|
+ +
| +Class technology.tabula.Table extends Rectangle implements Serializable | +
|---|
| +Serialized Fields | +
|---|
+technology.tabula.Table.CellContainer cellContainer+
+Page page+
+ExtractionAlgorithm extractionAlgorithm+
+List<E> rows+
| +Class technology.tabula.TableWithRulingLines extends Table implements Serializable | +
|---|
| +Serialized Fields | +
|---|
+List<E> verticalRulings+
+List<E> horizontalRulings+
+technology.tabula.RectangleSpatialIndex<T extends Rectangle> si+
| +Class technology.tabula.TextChunk extends RectangularTextContainer<TextElement> implements Serializable | +
|---|
| +Serialized Fields | +
|---|
+List<E> textElements+
| +Class technology.tabula.TextElement extends Rectangle implements Serializable | +
|---|
| +Serialized Fields | +
|---|
+String text+
+org.apache.pdfbox.pdmodel.font.PDFont font+
+float fontSize+
+float widthOfSpace+
+float dir+
+
+
+
|
++ + | +|||||||||
| + PREV + NEXT | ++ FRAMES + NO FRAMES + + + + + | +|||||||||