Skip navigation links
A C D E G O R 

A

analyzeImage(Resource, Feature.Type...) - Method in class org.springframework.cloud.gcp.vision.CloudVisionTemplate
Analyze an image and extract the features of the image specified by featureTypes.

C

CloudVisionException - Exception in org.springframework.cloud.gcp.vision
Describes error conditions that can occur when interfacing with Cloud Vision APIs.
CloudVisionTemplate - Class in org.springframework.cloud.gcp.vision
Spring Template offering convenience methods for interacting with the Cloud Vision APIs.
CloudVisionTemplate(ImageAnnotatorClient) - Constructor for class org.springframework.cloud.gcp.vision.CloudVisionTemplate
 

D

DocumentOcrResultSet - Class in org.springframework.cloud.gcp.vision
Represents the parsed OCR content for an document in the provided range of pages.
DocumentOcrTemplate - Class in org.springframework.cloud.gcp.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 org.springframework.cloud.gcp.vision.DocumentOcrTemplate
 

E

extractTextFromImage(Resource) - Method in class org.springframework.cloud.gcp.vision.CloudVisionTemplate
Extract the text out of an image and return the result as a String.

G

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

O

org.springframework.cloud.gcp.vision - package org.springframework.cloud.gcp.vision
Google Cloud Vision integration with Spring.

R

readOcrOutputFile(GoogleStorageLocation) - Method in class org.springframework.cloud.gcp.vision.DocumentOcrTemplate
Parses a single JSON output file and returns the list of pages stored in the file.
readOcrOutputFileSet(GoogleStorageLocation) - Method in class org.springframework.cloud.gcp.vision.DocumentOcrTemplate
Parses the OCR output files who have the specified jsonFilesetPrefix.
runOcrForDocument(GoogleStorageLocation, GoogleStorageLocation) - Method in class org.springframework.cloud.gcp.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 O R 
Skip navigation links

Copyright © 2021 Pivotal Software, Inc.. All rights reserved.