Continuum
Member
Hi,
I am trying to send data from google sheets to cloud vision to extract text and then have that text updated in another row in the same google sheet.
I have 3 columns
column one: reference name
column two: URL containing an image
column three: Text from image
The reference name and URL have data (say ten rows). What I am after is:
1.read column two,
2. send the image to google vision to extract text
3. have the text extracted put into column 3.
I can send the first row to column three, but it will not do any rows after that. What should be my workflow after google Vision (I have up to that point worked out)
I am trying to send data from google sheets to cloud vision to extract text and then have that text updated in another row in the same google sheet.
I have 3 columns
column one: reference name
column two: URL containing an image
column three: Text from image
The reference name and URL have data (say ten rows). What I am after is:
1.read column two,
2. send the image to google vision to extract text
3. have the text extracted put into column 3.
I can send the first row to column three, but it will not do any rows after that. What should be my workflow after google Vision (I have up to that point worked out)