Uses of Class
com.google.cloud.spring.vision.DocumentOcrResultSet
Packages that use DocumentOcrResultSet
-
Uses of DocumentOcrResultSet in com.google.cloud.spring.vision
Methods in com.google.cloud.spring.vision that return DocumentOcrResultSetModifier 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
.Methods in com.google.cloud.spring.vision that return types with arguments of type DocumentOcrResultSetModifier and TypeMethodDescriptionDocumentOcrTemplate.runOcrForDocument
(GoogleStorageLocation document, GoogleStorageLocation outputFilePathPrefix) Runs OCR processing for a specifieddocument
and generates OCR output files under the path specified byoutputFilePathPrefix
.