文件名称: tabula-1.0.12.jar中文-英文对照文档.zip
<dependency>
<groupId>fr.neolegal</groupId>
<artifactId>tabula</artifactId>
<version>1.0.12</version>
</dependency>Gradle:
implementation group: 'fr.neolegal', name: 'tabula', version: '1.0.12'
Gradle (Short):
implementation 'fr.neolegal:tabula:1.0.12'
Gradle (Kotlin):
implementation("fr.neolegal:tabula:1.0.12")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
technology.tabula
technology.tabula.debug
technology.tabula.detectors
technology.tabula.extractors
technology.tabula.json
technology.tabula.writerstechnology.tabula.Cell
technology.tabula.CohenSutherlandClipping
technology.tabula.CommandLineApp
technology.tabula.HasText
technology.tabula.Line
technology.tabula.ObjectExtractor
technology.tabula.Page
technology.tabula.Page.Builder
technology.tabula.PageDims
technology.tabula.PageIterator
technology.tabula.Pair
technology.tabula.ProjectionProfile
technology.tabula.QuickSort
technology.tabula.Rectangle
technology.tabula.RectangleSpatialIndex
technology.tabula.RectangularTextContainer
technology.tabula.Ruling
technology.tabula.Table
technology.tabula.TableWithRulingLines
technology.tabula.TextChunk
technology.tabula.TextElement
technology.tabula.TextStripper
technology.tabula.Utils
technology.tabula.debug.Debug
technology.tabula.detectors.DetectionAlgorithm
technology.tabula.detectors.NurminenDetectionAlgorithm
technology.tabula.detectors.SpreadsheetDetectionAlgorithm
technology.tabula.extractors.BasicExtractionAlgorithm
technology.tabula.extractors.ExtractionAlgorithm
technology.tabula.extractors.SpreadsheetExtractionAlgorithm
technology.tabula.json.RectangularTextContainerSerializer
technology.tabula.json.TableSerializer
technology.tabula.writers.CSVWriter
technology.tabula.writers.JSONWriter
technology.tabula.writers.TSVWriter
technology.tabula.writers.Writer