Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Monster PR] Upgrade to PDFBox 2.0 #150

Merged
merged 50 commits into from
Mar 27, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
a3f4cfb
Starting with upgrade to PDFBox 2.0 (#52)
jazzido Dec 3, 2015
b04a6fb
Merge branch 'master' into pdfbox2.0
jazzido Mar 23, 2016
97f1677
2.0
jazzido Mar 30, 2016
4babca3
Merge branch 'master' into pdfbox2.0
jazzido Apr 28, 2016
f51d680
little progress in upgrading to pdfbox 2
jazzido May 12, 2016
b744599
Merge branch 'master' into pdfbox2.0
jazzido Oct 2, 2016
be0b41a
upgrade to pdfbox 2 starting to show signs of life
jazzido Oct 3, 2016
412348a
Merge remote-tracking branch 'origin/master' into pdfbox2.0
jazzido Nov 22, 2016
b98232a
Merge branch 'master' into pdfbox2.0
jazzido Nov 22, 2016
6509693
Merge branch 'master' into pdfbox2.0
jazzido Nov 22, 2016
7f18953
Merge remote-tracking branch 'origin/master' into pdfbox2.0
jazzido Jan 3, 2017
41344cb
Merge remote-tracking branch 'origin/pdfbox2.0' into pdfbox2.0
jazzido Jan 3, 2017
5536a04
Merge remote-tracking branch 'origin/master' into pdfbox2.0
jazzido Jan 11, 2017
49e1bbc
Fix TextElement creation
melisabok Jan 16, 2017
f96b900
fix tabs
melisabok Jan 16, 2017
1858deb
Use the code from LegacyPDFStreamEngine to create the TextElements
melisabok Jan 23, 2017
e3a9bf2
Fix removeText function using the example:
melisabok Jan 26, 2017
c6a0df9
close the document
melisabok Jan 26, 2017
8cdfe8f
close removed text document
melisabok Jan 26, 2017
ac7ebfd
fix array serialization
melisabok Jan 28, 2017
7445e8c
add spanning cells test with CSV format
melisabok Feb 5, 2017
da9a43f
- Remove capheight calculation
melisabok Feb 10, 2017
b75063b
Test writer two tables checking the json result object instead of the…
melisabok Feb 12, 2017
6835787
Fix pageTransform when there is a rotation
melisabok Feb 16, 2017
c8be9f6
fix path iterator
melisabok Feb 20, 2017
618adc4
update json tests
melisabok Feb 20, 2017
86794e2
Merge branch 'master' into pdfbox2.0
melisabok Feb 25, 2017
2eb6448
update json outputs
melisabok Feb 25, 2017
11c716e
upgrade pdfbox version
melisabok Feb 26, 2017
480f7c6
back to the old implementation and catch the IndexOutOfBoundsException
melisabok Feb 26, 2017
64d9c66
Remove hardcoded code
melisabok Feb 26, 2017
aaf086f
Remove more hardcoded code
melisabok Feb 26, 2017
b27fdb9
test all the elements of the detected table
melisabok Mar 4, 2017
cf54072
Change the expected table top value
melisabok Mar 4, 2017
c45ea70
Increase the threshold factor to support a greater headings
melisabok Mar 4, 2017
a1be85c
Fix rectangle comparator.
melisabok Mar 5, 2017
fb67fb6
fix wrong expected column size, 5 instead of 6.
melisabok Mar 5, 2017
4e5d669
update expected table, more spaces are expected to respect the alingm…
melisabok Mar 5, 2017
0255c58
when the text value has length > 1, clean the spaces.
melisabok Mar 6, 2017
c23b5b5
clean code
melisabok Mar 8, 2017
6e85e1d
remove stackstrace
melisabok Mar 8, 2017
5b025d1
Merge remote-tracking branch 'origin/master' into pdfbox2.0
jazzido Mar 8, 2017
c81df90
Merge remote-tracking branch 'upstream/pdfbox2.0' into pdfbox2.0
melisabok Mar 8, 2017
77075a9
add log error
melisabok Mar 8, 2017
c3c5876
Merge branch 'pdfbox2.0' of github.com:tabulapdf/tabula-java into pdf…
jazzido Mar 24, 2017
9575b97
Merge pull request #146 from melisabok/pdfbox2.0
jazzido Mar 24, 2017
db44a92
Merge branch 'pdfbox2.0' of github.com:tabulapdf/tabula-java into pdf…
jazzido Mar 24, 2017
266a055
upgrade all dependencies
jazzido Mar 24, 2017
4343059
code formatting
jazzido Mar 27, 2017
b0837e7
setting pom to snapshot version
jazzido Mar 27, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 17 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>technology.tabula</groupId>
<artifactId>tabula</artifactId>
<version>0.9.2</version>
<version>1.0.0-SNAPSHOT</version>
<name>Tabula</name>
<description>Extract tables from PDF files</description>
<url>http://github.com/tabulapdf/tabula-java</url>
Expand Down Expand Up @@ -36,7 +36,7 @@
<connection>scm:git:git@github.com:tabulapdf/tabula-java.git</connection>
<developerConnection>scm:git:git@github.com:tabulapdf/tabula-java.git</developerConnection>
<url>git@github.com:tabulapdf/tabula-java.git</url>
<tag>tabula-0.9.2</tag>
<tag>tabula-1.0.0-SNAPSHOT</tag>
</scm>

<repositories>
Expand Down Expand Up @@ -134,8 +134,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -222,31 +222,37 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.21</version>
<version>1.7.25</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.21</version>
<version>1.7.25</version>
</dependency>

<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>1.8.12</version>
<version>2.0.5</version>
</dependency>

<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-tools</artifactId>
<version>2.0.5</version>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.55</version>
<version>1.56</version>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15on</artifactId>
<version>1.55</version>
<version>1.56</version>
</dependency>

<dependency>
Expand All @@ -259,7 +265,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.3.1</version>
<version>1.4</version>
</dependency>

<dependency>
Expand All @@ -271,7 +277,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.7</version>
<version>2.8.0</version>
</dependency>
</dependencies>

Expand Down
Loading