dai

Document AI

AI & MLGCP
General

General information about the service.

Description

Google Document AI uses machine learning to automatically classify, extract, and enrich data from documents.

Service ID

documentai.googleapis.com

Resource Pattern

projects/{project}/locations/{location}/processors/{processor}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

dai-{workload}-{environment}

Length

1-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

project

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_document_ai_processor" "main" {
2 location = var.region
3 display_name = "dai-${var.environment}"
4 type = "FORM_PARSER_PROCESSOR"
5}
Utilities

Utilities to support app deployment or configuration.