Skip navigation links
A C D E G R 

A

analyzeImage(Resource, Feature.Type...) - Method in class com.google.cloud.spring.vision.CloudVisionTemplate
Analyze an image and extract the features of the image specified by featureTypes.
analyzeImage(Resource, ImageContext, Feature.Type...) - Method in class com.google.cloud.spring.vision.CloudVisionTemplate
Analyze an image and extract the features of the image specified by featureTypes.

C

CloudVisionException - Exception in com.google.cloud.spring.vision
Describes error conditions that can occur when interfacing with Cloud Vision APIs.
CloudVisionTemplate - Class in com.google.cloud.spring.vision
Spring Template offering convenience methods for interacting with the Cloud Vision APIs.
CloudVisionTemplate(ImageAnnotatorClient) - Constructor for class com.google.cloud.spring.vision.CloudVisionTemplate
 
com.google.cloud.spring.vision - package com.google.cloud.spring.vision
Google Cloud Vision integration with Spring.

D

DocumentOcrResultSet - Class in com.google.cloud.spring.vision
Represents the parsed OCR content for an document in the provided range of pages.
DocumentOcrTemplate - Class in com.google.cloud.spring.vision
Template providing convenient operations for interfacing with Google Cloud Vision's Document OCR feature, which allows you to run OCR algorithms on documents (PDF or TIFF format) stored on Google Cloud Storage.
DocumentOcrTemplate(ImageAnnotatorClient, Storage, Executor, int) - Constructor for class com.google.cloud.spring.vision.DocumentOcrTemplate
 

E

extractTextFromImage(Resource) - Method in class com.google.cloud.spring.vision.CloudVisionTemplate
Extract the text out of an image and return the result as a String.
extractTextFromImage(Resource, ImageContext) - Method in class com.google.cloud.spring.vision.CloudVisionTemplate
Extract the text out of an image and return the result as a String.

G

getAllPages() - Method in class com.google.cloud.spring.vision.DocumentOcrResultSet
Returns an Iterator over all the OCR pages of the document.
getMaxPage() - Method in class com.google.cloud.spring.vision.DocumentOcrResultSet
Returns the maximum page number in the result set.
getMinPage() - Method in class com.google.cloud.spring.vision.DocumentOcrResultSet
Returns the minimum page number in the result set.
getPage(int) - Method in class com.google.cloud.spring.vision.DocumentOcrResultSet
Retrieves the parsed OCR information of the page at index pageNumber of the document.

R

readOcrOutputFile(GoogleStorageLocation) - Method in class com.google.cloud.spring.vision.DocumentOcrTemplate
Parses a single JSON output file and returns the list of pages stored in the file.
readOcrOutputFileSet(GoogleStorageLocation) - Method in class com.google.cloud.spring.vision.DocumentOcrTemplate
Parses the OCR output files who have the specified jsonFilesetPrefix.
runOcrForDocument(GoogleStorageLocation, GoogleStorageLocation) - Method in class com.google.cloud.spring.vision.DocumentOcrTemplate
Runs OCR processing for a specified document and generates OCR output files under the path specified by outputFilePathPrefix.
A C D E G R 
Skip navigation links

Copyright © 2021. All rights reserved.