# Double check the extracted data by checking multiple images/files

**URL:** https://community.glideapps.com/t/double-check-the-extracted-data-by-checking-multiple-images-files/82412
**Category:** Ask for Help
**Tags:** ai
**Created:** [June 11, 2025, 9:27pm UTC](https://community.glideapps.com/t/double-check-the-extracted-data-by-checking-multiple-images-files/82412 "2025-06-11T21:27:13Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Mazen](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mazen/32/84042_2.png) [@Mazen](https://community.glideapps.com/u/Mazen)
#### Post date: [June 11, 2025, 9:27pm UTC](https://community.glideapps.com/t/double-check-the-extracted-data-by-checking-multiple-images-files/82412/1 "2025-06-11T21:27:13Z")

</div>

Hey Gliders! 👋

I’m building an app to extract data from 3 different documents, and sometimes the clients provide very low quality images and sometimes unreadable so I just want to make sure that the extracted data is correct, some data are duplicated in the 3 files/images, like the name, the ID and the passport number, so my thought is to make the AI recheck for these 3 entries to make it correct, and to flag if the data isn’t matching, in the Intelegince Automation course there was a similar use but not that detailed. Any help would be appreciated. Thank you for your time.

---

<div class="post-metadata">

### Author: ![MaximeBaker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maximebaker/32/80877_2.png) [@MaximeBaker](https://community.glideapps.com/u/MaximeBaker)
#### Post date: [June 11, 2025, 10:51pm UTC](https://community.glideapps.com/t/double-check-the-extracted-data-by-checking-multiple-images-files/82412/2 "2025-06-11T22:51:17Z")

</div>

Do you have anything done so far?

---

<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: [June 12, 2025, 12:10am UTC](https://community.glideapps.com/t/double-check-the-extracted-data-by-checking-multiple-images-files/82412/3 "2025-06-12T00:10:46Z")

</div>

So the 3 entries are in the same table and you want to compare the values of those 3 entries?

---

<div class="post-metadata">

### Author: ![Mazen](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mazen/32/84042_2.png) [@Mazen](https://community.glideapps.com/u/Mazen)
#### Post date: [June 12, 2025, 12:11am UTC](https://community.glideapps.com/t/double-check-the-extracted-data-by-checking-multiple-images-files/82412/4 "2025-06-12T00:11:10Z")

</div>

Yes

---

<div class="post-metadata">

### Author: ![Mazen](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mazen/32/84042_2.png) [@Mazen](https://community.glideapps.com/u/Mazen)
#### Post date: [June 12, 2025, 12:16am UTC](https://community.glideapps.com/t/double-check-the-extracted-data-by-checking-multiple-images-files/82412/5 "2025-06-12T00:16:15Z")

</div>

Haven’t done the confirm button yet it will be to store all the data in the helper table row to the actual big tables as a record  
https://www.loom.com/embed/4a21434481bd4d40a92f3a7848d241bb?sid=69c76844-9105-4bd7-87b7-82e241e7dacc
