Aug 08, 2022 01:45 PM
I’m testing the Google Cloud Vision app/extension. Is there a way to analyze/extract text for just new records?
It appears as though, if you run the extension to extract text, then add new records to a base, there’s no way to limit the app to just the new records. Instead, you have to re-analyze attachments for which you have already extracted text.
Am I missing something?
Aug 08, 2022 04:44 PM
Place all records that need to be analyzed in a view and apply the extension only to the view. As each image is analyzed, the filter should jettison the records from the view automatically leaving only those records that need analyzing.
Aug 08, 2022 05:02 PM
Ah! of course!
Thank you.