Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 664a569

Browse filesBrowse files
committed
updating processor version for test_process_document_summarizer function
1 parent be5ec5d commit 664a569
Copy full SHA for 664a569

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎documentai/snippets/handle_response_sample_test.py

Copy file name to clipboardExpand all lines: documentai/snippets/handle_response_sample_test.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def test_process_document_quality(capsys):
117117
location = "us"
118118
project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
119119
processor_id = "52a38e080c1a7296"
120-
# processor_version = "pretrained-ocr-v1.0-2020-09-23"
121120
processor_version = "pretrained-ocr-v2.0-2023-06-02"
122121
poor_quality_file_path = "resources/document_quality_poor.pdf"
123122
mime_type = "application/pdf"
@@ -201,7 +200,8 @@ def test_process_document_summarizer(capsys):
201200
location = "us"
202201
project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
203202
processor_id = "feacd98c28866ede"
204-
processor_version = "stable"
203+
# processor_version = "stable"
204+
processor_version = "pretrained-foundation-model-v1.0-2023-08-22"
205205
file_path = "resources/superconductivity.pdf"
206206
mime_type = "application/pdf"
207207

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.