Skip to content

Commit 81fa84b

Browse files
committed
Fix indentation
1 parent a2f5e6a commit 81fa84b

File tree

1 file changed

+5
-5
lines changed
  • vision/cloud-client/src/main/java/com/example/vision

1 file changed

+5
-5
lines changed

vision/cloud-client/src/main/java/com/example/vision/Detect.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,9 +1214,9 @@ public static void detectCropHintsGcs(String gcsPath, PrintStream out) throws Ex
12141214
* @throws Exception on errors while closing the client.
12151215
* @throws IOException on Input/Output errors.
12161216
*/
1217-
// [START vision_fulltext_detection]
1218-
public static void detectDocumentText(String filePath, PrintStream out) throws Exception,
1219-
IOException {
1217+
// [START vision_fulltext_detection]
1218+
public static void detectDocumentText(String filePath, PrintStream out) throws Exception,
1219+
IOException {
12201220
List<AnnotateImageRequest> requests = new ArrayList<>();
12211221

12221222
ByteString imgBytes = ByteString.readFrom(new FileInputStream(filePath));
@@ -1279,8 +1279,8 @@ public static void detectDocumentText(String filePath, PrintStream out) throws E
12791279
* @throws Exception on errors while closing the client.
12801280
* @throws IOException on Input/Output errors.
12811281
*/
1282-
// [START vision_fulltext_detection_gcs]
1283-
public static void detectDocumentTextGcs(String gcsPath, PrintStream out) throws Exception,
1282+
// [START vision_fulltext_detection_gcs]
1283+
public static void detectDocumentTextGcs(String gcsPath, PrintStream out) throws Exception,
12841284
IOException {
12851285
List<AnnotateImageRequest> requests = new ArrayList<>();
12861286

0 commit comments

Comments
 (0)