Skip to content

Releases: mindee/mindee-api-nodejs

v1.3.3

09 Jun 15:36
ef94522
Compare
Choose a tag to compare

Fixes

  • 🐛 reject error instead of printing it only to the console

v1.3.2

24 May 18:05
427aad3
Compare
Choose a tag to compare

Fixes

  • 🐛 use PDF length instead of cut PDF size limit

v1.3.1

10 May 14:39
9c58a0e
Compare
Choose a tag to compare

Fixes

  • 🐛 forward API error to stderr instead of stdout

v1.3.0

26 Apr 19:55
9b9754e
Compare
Choose a tag to compare

Changes

  • ✨ allow sending the filename for streams and base64
  • 🐛 not able to specify MIME type
  • 📄 change license to MIT
  • ✅ add node18 to tests
  • various package updates

v1.2.0

09 Mar 22:17
101eef5
Compare
Choose a tag to compare

Fixes

  • fix: 🐛 Get words values when includeWords parameter is true

v1.1.2

08 Mar 15:49
34ebc9a
Compare
Choose a tag to compare

new

  • ✨ New Mindee Invoice API V3 support
  • ✨ Add new supplier and customer fields

Fixes

  • 🐛 Fix returned probability value
  • 🐛 Fix returned bbox value

v1.1.0

18 Jan 20:29
Compare
Choose a tag to compare

new

  • new: ✨ Added OS in User-Agent headers

change

  • chg: ✨ New Mindee API V2 support
  • chg: ⚡ Server side invoice reconstruction from multi-page pdfs

v1.0.9

09 Dec 18:29
e082140
Compare
Choose a tag to compare

Fixes

  • fix: 🐛 handle attribute of type array when merging pages

v1.0.8

29 Nov 21:22
0755885
Compare
Choose a tag to compare

Fixes

  • 🐛 fix cutPDF for ReadableStream + add it for base64 file string
  • 🐛 Updated api Input initialization to specifically declare parameters
  • 🐛 prevent error when the mime type isn't detectable
  • 🐛 raise proper error when the APi doesn't return a valid JSON

new

  • 🙈 add .DS_Store to ignore file

v1.0.7

25 Nov 20:11
b8be694
Compare
Choose a tag to compare

New

  • ✨ Added pdf page number parameter for multi-pages pdfs with file

Changes

  • ⬆️ upgrade path-parse dependency
  • ⬆️ upgrade browserslist dependency
  • ⬆️ upgrade lodash dependency
  • ⬆️ upgrade y18n dependency