ocr images from list of urls and store the results in spreadsheet
问题 Hello I have a list of image URLs that contain numbers and I want to OCR them and store the results in google spreadsheet I've found these google scripts to ocr images 1- https://gist.github.com/tagplus5/07dde5ca61fe8f42045d 2- https://ctrlq.org/code/20128-extract-text-from-image-ocr But I didn't know how to create a request variable so I've replaced request variable with URL variable like this: function doGet(url) { if (url != undefined && url != "") { var imageBlob = UrlFetchApp.fetch(url)