Last Version

PDF-Table 1.0.0

PDF-table is Java utility library that can be used for parsing tabular data in PDF documents. Core processing of PDF documents is performed with utilization of Apache PDFBox and OpenCV.

License

License

MIT License
Categories

Categories

PDF Data
GroupId

GroupId

com.github.rostrovsky
ArtifactId

ArtifactId

pdf-table
Version

Version

1.0.0
Type

Type

jar
Description

Description

PDF-Table
PDF-table is Java utility library that can be used for parsing tabular data in PDF documents. Core processing of PDF documents is performed with utilization of Apache PDFBox and OpenCV.
Project URL

Project URL

https://github.com/rostrovsky/pdf-table
Source Code Management

Source Code Management

https://github.com/rostrovsky/pdf-table

Download pdf-table 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.rostrovsky/pdf-table/ -->
<dependency>
    <groupId>com.github.rostrovsky</groupId>
    <artifactId>pdf-table</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rostrovsky/pdf-table/
implementation 'com.github.rostrovsky:pdf-table:1.0.0'
// https://jarcasting.com/artifacts/com.github.rostrovsky/pdf-table/
implementation ("com.github.rostrovsky:pdf-table:1.0.0")
'com.github.rostrovsky:pdf-table:jar:1.0.0'
<dependency org="com.github.rostrovsky" name="pdf-table" rev="1.0.0">
  <artifact name="pdf-table" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rostrovsky', module='pdf-table', version='1.0.0')
)
libraryDependencies += "com.github.rostrovsky" % "pdf-table" % "1.0.0"
[com.github.rostrovsky/pdf-table "1.0.0"]

Dependencies

runtime (4)

Group / Artifact Type Version
org.apache.pdfbox : pdfbox jar 2.0.19
org.apache.pdfbox : pdfbox-tools jar 2.0.19
org.apache.commons : commons-lang3 jar 3.5
org.openpnp : opencv jar 3.4.2-2

test (1)

Group / Artifact Type Version
org.testng : testng jar 7.1.0

Project Modules

There are no modules declared in this project.