We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561bb1f commit 1383208Copy full SHA for 1383208
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Mindee Java API Library Changelog
2
3
+## v4.17.0 - 2024-06-04
4
+### Changes
5
+:sparkles: add support for full text extraction (#177)
6
+### Fixes
7
+:bug: fix warning on not properly closing a PDF document
8
+
9
10
## v4.16.0 - 2024-05-27
11
### Changes
12
* :sparkles: add isEmpty() method to field classes
pom.xml
@@ -5,7 +5,7 @@
<groupId>com.mindee.sdk</groupId>
<artifactId>mindee-api-java</artifactId>
- <version>4.16.0</version>
+ <version>4.17.0</version>
<modelVersion>4.0.0</modelVersion>
<name>Mindee Java Helper Library</name>
<description>Java Library to call Mindee's Off-The-Shelf and Custom APIs</description>
0 commit comments