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 9a498de

Browse filesBrowse files
committed
Fixing the summarizer test. For some reason it tried to use US Driver License processor before
1 parent bcb6096 commit 9a498de
Copy full SHA for 9a498de

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
@@ -199,8 +199,8 @@ def test_process_document_splitter(capsys):
199199
def test_process_document_summarizer(capsys):
200200
location = "us"
201201
project_id = os.environ["GOOGLE_CLOUD_PROJECT"]
202-
processor_id = "feacd98c28866ede"
203-
processor_version = "stable"
202+
processor_id = "a2ab373924245a07"
203+
processor_version = "pretrained-foundation-model-v1.1-2023-09-12"
204204
file_path = "resources/superconductivity.pdf"
205205
mime_type = "application/pdf"
206206

0 commit comments

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