Skip to content

Releases: privateai/pai-thin-client

3.9.0

15 Aug 19:39
6f177bf
Compare
Choose a tag to compare

What's Changed

  • small typo in README by @guyd in #44
  • DEID-2609 Added NERTextResponse class and changes to support the NER … by @AmirPAI in #41
  • 3.9.0 initial updates DEID-2526 by @mrplt-pai in #45
  • Update CHANGELOG.md by @a-guiducci in #46
  • DEID-2625 Added Image Options to PAI Client by @AmirPAI in #47
  • Added test JPG image for integration test by @AmirPAI in #48

New Contributors

Full Changelog: v3.8.2...v3.9.0

3.8.2

26 Jun 13:17
b089e24
Compare
Choose a tag to compare

[3.8.2] - 2024-06-26
Added
Added pptx, ppt and dcm as valid_content_types

Changed

Fixed

3.8.1

16 Apr 14:19
515a40a
Compare
Choose a tag to compare

What's Changed

  • Added: Marker langauge support

3.8.0

11 Apr 13:48
aeebf65
Compare
Choose a tag to compare

Added support for the "enable_pdf_text_layer" PDFOption

3.7.2

04 Mar 21:01
a8746ed
Compare
Choose a tag to compare

What's Changed

  • Changed: Minor formatting
  • Fixed: Added UNIQUE_HASHED_ENTITY_TYPE to marker text validator

Full Changelog: v3.7.1...v3.7.2

3.7.1

01 Feb 21:58
cc1be03
Compare
Choose a tag to compare

Added

  • Added "ALLOW_TEXT" as a valid type to filter objects

Changed

Fixed

3.7.0

01 Feb 18:11
62232fc
Compare
Choose a tag to compare

What's Changed

Added

Changed

Fixed

  • Removed unused imports from the client

3.6.3

18 Jan 16:45
bf0a028
Compare
Choose a tag to compare

What's Changed

Added

  • Added support of 2 new parameters in audio_options_obj and bleep_obj objects:
    • bleep_gain - Sets the gain level, in decibels (dB), for the bleep sound within the audio segment.
    • bleep_frequency - Configures the frequency of the sine wave used for the bleep sound in an audio segment.

Changed

  • Updated formatting of CHANGELOG.md

Fixed

  • Updated links in CONTRIBUTING.md

3.6.2

15 Jan 21:00
6b294e4
Compare
Choose a tag to compare

What's Changed

Added

  • Created CONTRIBUTING.md to help developers with making modifications to this repo

Changed

Fixed

  • Typo for standard_high_multilingual model selection
  • Code format

3.6.1

12 Jan 03:59
61bc269
Compare
Choose a tag to compare

Includes a fix for working with deid 3.6.0. Some pydantic changes caused failures in client requests that included empty objects (eg. entity_detection:[])

Added a changelog

Added integration tests to help test against new releases