Uses of Class
com.google.cloud.spring.vision.DocumentOcrResultSet
-
Uses of DocumentOcrResultSet in com.google.cloud.spring.vision
Modifier and TypeMethodDescriptionDocumentOcrTemplate.readOcrOutputFile
(GoogleStorageLocation jsonFile) Parses a single JSON output file and returns the list of pages stored in the file.DocumentOcrTemplate.readOcrOutputFileSet
(GoogleStorageLocation jsonOutputFilePathPrefix) Parses the OCR output files who have the specifiedjsonFilesetPrefix
.Modifier and TypeMethodDescriptionDocumentOcrTemplate.runOcrForDocument
(GoogleStorageLocation document, GoogleStorageLocation outputFilePathPrefix) Runs OCR processing for a specifieddocument
and generates OCR output files under the path specified byoutputFilePathPrefix
.