Skip to main content

Vision App - analyzing new records

  • August 8, 2022
  • 2 replies
  • 27 views

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?

2 replies

Forum|alt.badge.img+19
  • Inspiring
  • 3263 replies
  • August 8, 2022

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.


  • Author
  • New Participant
  • 1 reply
  • August 9, 2022

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.


Ah! of course!
Thank you.