Hello. I'm using the batchAnnotateFiles function for a time and currently start to return the text wrong. So i changed to asyncbatchAnnotateFiles function and it return the text as the way i need. But the async function save the json on cloud and i need this text inside the code like as in not async function. Anyone know a solution for this? Answer me back if yes. Thank you.
Environment details
OS: MacOs Monterey
Node.js version: v14.17.6
npm version: 6.14.15
@google-cloud/vision version: ^2.0.0
Making sure to follow these steps will guarantee the quickest resolution possible.
Hello. I'm using the batchAnnotateFiles function for a time and currently start to return the text wrong. So i changed to asyncbatchAnnotateFiles function and it return the text as the way i need. But the async function save the json on cloud and i need this text inside the code like as in not async function. Anyone know a solution for this? Answer me back if yes. Thank you.
Environment details
@google-cloud/vision
version: ^2.0.0Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!