Skip to content

Commit

Permalink
samples: fixes typo (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
telpirion authored and Shabirmean committed Nov 15, 2022
1 parent 48c630c commit cd9f4cb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ public static void main(String[] args)
// TODO(developer): Replace these variables before running the sample.
String projectId = "your-project-id";
String location = "your-project-location"; // Format is "us" or "eu".
String processerId = "your-processor-id";
String processorId = "your-processor-id";
String filePath = "path/to/input/file.pdf";
quickStart(projectId, location, processerId, filePath);
quickStart(projectId, location, processorId, filePath);
}

public static void quickStart(
Expand Down

0 comments on commit cd9f4cb

Please sign in to comment.