Dear Community:
I implemented an OCR but I would like the photos not to be stored on the drive.
Dear Community:
I implemented an OCR but I would like the photos not to be stored on the drive.
Read the folder where your image is save as table for appsheet. Then run the automation against this table to delete records on adding new row event.
There is no built-in way to remove the uploaded photos.
Could you expand on your answer a bit. what would the automation look like, within the AppSheet to delete the files created by the OCR capture? Thanks in advance.
I’d used OCR very long time ago. If not I’m wrong, my trick is to take a photo for OCR first then I copy the OCR text, and then delete the photo if I don’t want to save on drive, or take a new photo I need to save on drive. Then I paste the OCR text back (coz normally OCR text is updated when a new photo taken).
Moreover, all photos taken for OCR are saved on device (another headache). The OCR is good for English letters and numbers but not for the language I’m using. So, I give up OCR implementation.
could you explain the process to run the automation against this table to delete records on adding new row event