Skip to content

Commit 34d49cb

Browse files
committed
Update main.py
1 parent 2464d3b commit 34d49cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ class DocumentAIExecutor:
2222

2323
def prepare(self):
2424
# Initialize Document AI
25-
# You need to set GOOGLE_APPLICATION_CREDENTIALS environment variable
26-
# or explicitly create credentials and set project_id
2725
project_id = os.environ.get("GOOGLE_CLOUD_PROJECT_ID")
2826
location = os.environ.get("GOOGLE_CLOUD_LOCATION", "us")
2927
processor_id = os.environ.get("GOOGLE_CLOUD_PROCESSOR_ID")

0 commit comments

Comments
 (0)