Package | Description |
---|---|
com.google.cloud.spring.vision |
Google Cloud Vision integration with Spring.
|
Modifier and Type | Method and Description |
---|---|
DocumentOcrResultSet |
DocumentOcrTemplate.readOcrOutputFile(GoogleStorageLocation jsonFile)
Parses a single JSON output file and returns the list of pages stored in the file.
|
DocumentOcrResultSet |
DocumentOcrTemplate.readOcrOutputFileSet(GoogleStorageLocation jsonOutputFilePathPrefix)
Parses the OCR output files who have the specified
jsonFilesetPrefix . |
Modifier and Type | Method and Description |
---|---|
org.springframework.util.concurrent.ListenableFuture<DocumentOcrResultSet> |
DocumentOcrTemplate.runOcrForDocument(GoogleStorageLocation document,
GoogleStorageLocation outputFilePathPrefix)
Runs OCR processing for a specified
document and generates OCR output files
under the path specified by outputFilePathPrefix . |
Copyright © 2021. All rights reserved.