Skip to content

Releases: googleapis/python-documentai-toolbox

v0.15.0-alpha

15 Dec 22:32
b1e4ac8

Choose a tag to compare

0.15.0-alpha (2025-12-11)

Features

Bug Fixes

  • Remove setup.cfg configuration for creating universal wheels (#383) (b1f3772)

v0.14.2-alpha

05 Mar 17:21
0e59848

Choose a tag to compare

0.14.2-alpha (2025-03-05)

Bug Fixes

v0.14.1-alpha

17 Dec 16:20
60c0634

Choose a tag to compare

0.14.1-alpha (2024-12-17)

Bug Fixes

  • Update setup.py to allow Document AI client library >=3.0.0 (d680e3e)

v0.14.0-alpha

25 Jul 13:41
52d1625

Choose a tag to compare

0.14.0-alpha (2024-07-16)

Features

  • Add Support for Layout Parser Documents (#334) (c877b22)

Bug Fixes

v0.13.5-alpha

02 Jul 21:04
3fcb06b

Choose a tag to compare

0.13.5-alpha (2024-07-02)

Bug Fixes

  • Refactor page.py to improve performance and organization (#316) (bee4f62)

v0.13.4-alpha

13 Jun 14:46
369719b

Choose a tag to compare

0.13.4-alpha (2024-06-13)

Bug Fixes

  • Change if condition typo in _get_children_of_element() (#313) (7495e0e)

v0.13.3-alpha

11 Mar 17:49
6e4cc35

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

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

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

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)