Skip to content

Commit 1772060

Browse files
🔖 version 3.3.0 (#73)
1 parent d224229 commit 1772060

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Mindee Ruby API Library Changelog
22

3+
## v3.3.0 - 2023-11-17
4+
### Changes
5+
* :sparkles: add support for Carte Grise V1
6+
* :sparkles: add page number attributes to doc
7+
* :arrow_up: update tests, docs & display format for some products
8+
9+
### Fixes
10+
* :bug: fix page id not working on newer custom models
11+
12+
313
## v3.2.0 - 2023-09-15
414
### Changes
515
* :sparkles: add support for Multi Receipts Detector V1

docs/custom_v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Values of `ListField`s are stored in a `ListFieldItem` structure, which is imple
7474
* **confidence** (`Float`): the confidence score of the prediction
7575
* **bounding_box** (`Quadrilateral`): 4 relative vertices corrdinates of a rectangle containing the word in the document.
7676
* **polygon** (`Polygon`): vertices of a polygon containing the word.
77-
* **page_id** (`Integer`): the ID of the page, is `undefined` when at document-level.
77+
* **page_id** (`Integer`): the ID of the page, is `nil` when at document-level.
7878

7979
### Classification Field
8080

lib/mindee/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Mindee
44
module Mindee
55
# Current version.
6-
VERSION = '3.2.0'
6+
VERSION = '3.3.0'
77

88
# Finds and return the current platform.
99
# @return [String]

0 commit comments

Comments
 (0)