Skip to content

Commit

Permalink
🔖 Version 4.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianMindee committed Sep 17, 2024
1 parent 3ac5748 commit 908273d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

# v4.16.0 - 2024-09-17
### Changes
* :sparkles: add support for US Mail V2
* :sparkles: add support for Bill of Lading V1
* :sparkles: add support for FR Energy Bill V1
* :sparkles: add support for FR Payslips V1
* :sparkles: add support for Nutrition Facts Label V1
* :recycle: refactor internals to accommodate for new changes

### Fixes
* :bug: fix float numbers not containing more 3 decimals in some instances
* :bug: fix boolean field display issues
* :bug: fix values being extracted as `undefined` instead of `null`, as is present in the initial prediction.


## v4.15.0 - 2024-09-12
### Changes
* :sparkles: add support for full text OCR extraction
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mindee",
"version": "4.15.0",
"version": "4.16.0",
"description": "Mindee Client Library for Node.js",
"main": "src/index.js",
"bin": "bin/mindee.js",
Expand Down

0 comments on commit 908273d

Please sign in to comment.