This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
asyncBatchAnnotateFiles filename output concatenates "output-x-to-x.json" #295
Labels
api: vision
Issues related to the googleapis/nodejs-vision API.
🚨
This issue needs some love.
triage me
I really want to be triaged.
Environment details
@google-cloud/vision
version: ^0.23.0Steps to reproduce
function processFilename(fileName) {
// Path to PDF file within bucket
}
for example the input filename:
aabb.pdf
then the output will be:
aabb.pdf.jsonoutput-1-to-1.json
(if the pdf contained 1 page)
Thanks!
The text was updated successfully, but these errors were encountered: