I’m trying to take images of a handwritten document (which will be uploaded to a folder in Google Drive), open them in Google Docs, then pull the resulting OCR text into Google Sheets. The issue I’m facing is there isn’t an operation to “open” the file in Google Docs (from Drive or Docs integration). “Create a new file” doesn’t seem to be able to recognize any content (“no data”). So the workflow might be something like:
File uploaded to Google Drive
File (.jpg) opened with Google Docs (which will OCR the image)
New Row in Google Sheets with Text from resulting file
(and then maybe other steps thereafter)
If anyone has thoughts on how to accomplish this, please share. Thanks in advance!