# Image Receipt Reading with Glide A.I

**URL:** https://community.glideapps.com/t/image-receipt-reading-with-glide-a-i/70128
**Category:** Ask for Help
**Created:** [January 27, 2024, 5:23pm UTC](https://community.glideapps.com/t/image-receipt-reading-with-glide-a-i/70128 "2024-01-27T17:23:53Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 29, 2024, 12:26am UTC](https://community.glideapps.com/t/image-receipt-reading-with-glide-a-i/70128/8 "2024-01-29T00:26:41Z")

</div>

> [@Glide Updates - Running out of updates](https://community.glideapps.com/t/glide-updates-running-out-of-updates/68530/7):
>
> Also forms where you can use a custom collection within for JUST the elements that need calculation. Cool little trick using a Helper Table → Custom Collection within a Form Screen to avoid having to create a custom form.

I was referring to what Robert did here, so the steps would look like:

1/Creating a helper table with a single row, adding user-specific columns for storing the image and the “editable” AI value, and one computed column for your AI operation.

2/In your native form, add a custom collection and point it to the row above, follow Robert’s suggestion. Add other components as needed.

If you don’t need any other info apart from the image and its AI value, just follow the normal procedures of creating a custom form.

---

_[View the full topic](https://community.glideapps.com/t/image-receipt-reading-with-glide-a-i/70128)._
