Skip to content

Releases: googleapis/python-documentai-toolbox

v0.13.3-alpha

11 Mar 17:49
6e4cc35
Compare
Choose a tag to compare

0.13.3-alpha (2024-03-11)

Bug Fixes

  • Drop Python 3.7 Support (71e6c51)
  • Escape html special characters in hocr_document_template.xml.j2 (#279) (2d9f05b)
  • Require google-api-core >= 2.15.0 (71e6c51)
  • Require numpy >= 1.23.5 (71e6c51)
  • Require pandas >= 2.0.0 (71e6c51)
  • Require pikepdf >= 8.0.0 (71e6c51)
  • Require Pillow >= 10.0.0 (71e6c51)
  • Require proto-plus >= 1.22.3 (71e6c51)

v0.13.2-alpha

08 Mar 18:36
b91ac08
Compare
Choose a tag to compare

0.13.2-alpha (2024-03-08)

Bug Fixes

  • Add trailing slash if not present for gcs_prefix in Document.from_gcs() to cover matching prefixes edge case. (#274) (b4762e8)

v0.13.1-alpha

04 Mar 18:16
7248fe1
Compare
Choose a tag to compare

0.13.1-alpha (2024-03-04)

Bug Fixes

  • Changed client_info import and added new quickstart samples (#268) (c4b1d58), closes #266

v0.13.0-alpha

26 Feb 17:36
3ebe996
Compare
Choose a tag to compare

0.13.0-alpha (2024-02-26)

Features

  • Added Document.from_gcs_uri() method to allow importing of a single Document JSON (#261) (f654a5d)

v0.12.2-alpha

02 Feb 19:26
fa8d0af
Compare
Choose a tag to compare

0.12.2-alpha (2024-02-02)

Bug Fixes

  • Reduce API polling for Document.from_batch_process_operation() (#249) (0677299)

v0.12.1-alpha

02 Feb 16:15
b741498
Compare
Choose a tag to compare

0.12.1-alpha (2024-02-02)

Bug Fixes

v0.12.0-alpha

30 Nov 18:51
769e011
Compare
Choose a tag to compare

0.12.0-alpha (2023-11-30)

Features

  • Add support for Python 3.12 (#203) (1ff4bf7)
  • Introduce compatibility with native namespace packages (#201) (d178acb)

Bug Fixes

  • Implement lazy-loading of properties to speed up initialization (#205) (7001c76)
  • Prevent sorting entities labeled in Document AI Workbench (#200) (d843e51)

v0.11.2-alpha

07 Nov 22:35
b0ec976
Compare
Choose a tag to compare

0.11.2-alpha (2023-11-07)

Bug Fixes

  • Updates to hOCR Template to follow hOCR Spec (#195) (3f52e82)

v0.11.1-alpha

23 Oct 16:02
40829ee
Compare
Choose a tag to compare

0.11.1-alpha (2023-10-23)

Bug Fixes

v0.11.0-alpha

18 Oct 14:30
e7dd6ce
Compare
Choose a tag to compare

0.11.0-alpha (2023-10-18)

Features