We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28806b commit 5b07debCopy full SHA for 5b07deb
documentai/snippets/handle_response_sample.py
@@ -392,7 +392,7 @@ def process_document(
392
file_path: str,
393
mime_type: str,
394
process_options: Optional[documentai.ProcessOptions] = None,
395
- processor_version: Optional[str] = None,
+ processor_version: str = "pretrained-foundation-model-v2.0-2024-02-22",
396
) -> documentai.Document:
397
# You must set the `api_endpoint` if you use a location other than "us".
398
client = documentai.DocumentProcessorServiceClient(
0 commit comments