Skip to content

Commit

Permalink
updates readme (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyfrehr authored Jan 4, 2025
1 parent feec761 commit 2203766
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ Our primary goals are:
APIs are available for the following Xpdf functions (with more to come):

* _pdftotext_ - convert PDF files to text
* _pdfinfo_ - extract PDF meta info
* _pdftotext_ - convert PDF to text
== Getting Started

Expand All @@ -34,7 +35,7 @@ APIs are available for the following Xpdf functions (with more to come):
<dependency>
<groupId>io.xpdf</groupId>
<artifactId>pdf-text-api</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
</dependency>
----

Expand All @@ -45,7 +46,7 @@ APIs are available for the following Xpdf functions (with more to come):
<dependency>
<groupId>io.xpdf</groupId>
<artifactId>pdf-text-api-spring-boot-starter</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
</dependency>
----

Expand Down

0 comments on commit 2203766

Please sign in to comment.