Skip to content

Commit cd9f4cb

Browse files
telpirionShabirmean
authored andcommitted
samples: fixes typo (#554)
1 parent 48c630c commit cd9f4cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

document-ai/snippets/src/main/java/documentai/v1/QuickStart.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ public static void main(String[] args)
3636
// TODO(developer): Replace these variables before running the sample.
3737
String projectId = "your-project-id";
3838
String location = "your-project-location"; // Format is "us" or "eu".
39-
String processerId = "your-processor-id";
39+
String processorId = "your-processor-id";
4040
String filePath = "path/to/input/file.pdf";
41-
quickStart(projectId, location, processerId, filePath);
41+
quickStart(projectId, location, processorId, filePath);
4242
}
4343

4444
public static void quickStart(

0 commit comments

Comments
 (0)