We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11fa1fe commit 5e4b344Copy full SHA for 5e4b344
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mindee Java API Library Changelog
2
3
+## v4.7.0 - 2023-12-28
4
+### Changes
5
+* :sparkles: add ability to extract images from position data
6
+* :sparkles: allow passing a string path to new `LocalInputSource`
7
+
8
## v4.6.0 - 2023-12-22
9
### Changes
10
* :recycle: change async timers & retry values
pom.xml
@@ -5,7 +5,7 @@
<groupId>com.mindee.sdk</groupId>
<artifactId>mindee-api-java</artifactId>
- <version>4.6.0</version>
+ <version>4.7.0</version>
<modelVersion>4.0.0</modelVersion>
<name>Mindee Java Helper Library</name>
11
<description>Java Library to call Mindee's Off-The-Shelf and Custom APIs</description>
0 commit comments