Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update PDF detection region tags to standard
  • Loading branch information
alixhami committed Aug 15, 2018
commit 645f05c97688274c593e2531ca879e620d8b48b8
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@ public static void detectDocumentTextGcs(String gcsPath, PrintStream out) throws
}
// [END vision_detect_document_uri]

// [START vision_async_detect_document_ocr]
// [START vision_text_detection_pdf_gcs]
/**
* Performs document text OCR with PDF/TIFF as source files on Google Cloud Storage.
*
Expand Down Expand Up @@ -1436,7 +1436,7 @@ public static void detectDocumentsGcs(String gcsSourcePath, String gcsDestinatio
}
}
}
// [END vision_async_detect_document_ocr]
// [END vision_text_detection_pdf_gcs]

// [START vision_localize_objects]
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,7 @@ public static void detectDocumentTextGcs(String gcsPath, PrintStream out) throws
}
// [END vision_fulltext_detection_gcs]

// [START vision_async_detect_document_ocr]
// [START vision_text_detection_pdf_gcs]
/**
* Performs document text OCR with PDF/TIFF as source files on Google Cloud Storage.
*
Expand Down Expand Up @@ -1451,5 +1451,5 @@ public static void detectDocumentsGcs(String gcsSourcePath, String gcsDestinatio
}
}
}
// [END vision_async_detect_document_ocr]
// [END vision_text_detection_pdf_gcs]
}