Skip to content

Commit

Permalink
Fix test errors
Browse files Browse the repository at this point in the history
  • Loading branch information
holtskinner committed Nov 7, 2023
1 parent 6c99f6e commit d88ecd2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions google/cloud/documentai_toolbox/wrappers/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,8 +804,7 @@ def export_hocr_str(self, title: str, inline_words: bool = True) -> str:
Required. The title for hocr_page and head.
inline_words (str):
Optional. Include `ocrx_word` elements inline.
Default: True - For backwards compatibility only,
set to `False` for all new implementations.
Default: True - For backwards compatibility only, set to `False` for all new implementations.
See https://github.com/googleapis/python-documentai-toolbox/issues/193
Returns:
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@
# Generated by synthtool. DO NOT EDIT!
[bdist_wheel]
universal = 1
[aliases]
test=pytest
1 change: 1 addition & 0 deletions testing/constraints-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ google-cloud-documentai
google-cloud-storage
numpy
pikepdf
hocr-spec
1 change: 1 addition & 0 deletions testing/constraints-3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ google-cloud-documentai
google-cloud-storage
numpy
pikepdf
hocr-spec
1 change: 1 addition & 0 deletions testing/constraints-3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ google-cloud-documentai
google-cloud-storage
numpy==1.21.6
pikepdf==8.2.3
hocr-spec
1 change: 1 addition & 0 deletions testing/constraints-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ google-cloud-documentai
google-cloud-storage
numpy
pikepdf
hocr-spec

0 comments on commit d88ecd2

Please sign in to comment.