# Can use OCR model on OpenMV?

**URL:** https://forums.openmv.io/t/can-use-ocr-model-on-openmv/1502
**Category:** OpenMV Boards
**Created:** [November 24, 2019, 8:37am UTC](https://forums.openmv.io/t/can-use-ocr-model-on-openmv/1502 "2019-11-24T08:37:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![uraibeef](https://avatars.discourse-cdn.com/v4/letter/u/b3f665/32.png) [@uraibeef](https://forums.openmv.io/u/uraibeef)
#### Post date: [November 24, 2019, 8:37am UTC](https://forums.openmv.io/t/can-use-ocr-model-on-openmv/1502/1 "2019-11-24T08:37:53Z")

</div>

in new firmware of OpenMV that support TFlite , i want to know can it used with OCR Model?  
thank you

---

<div class="post-metadata">

### Author: ![kwagyeman](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/kwagyeman/32/4_2.png) [@kwagyeman](https://forums.openmv.io/u/kwagyeman)
#### Post date: [November 24, 2019, 3:45pm UTC](https://forums.openmv.io/t/can-use-ocr-model-on-openmv/1502/2 "2019-11-24T15:45:59Z")

</div>

You have to fit the model in SRAM on the OpenMV Cam H7. This means the model cannot be too big. If it fits then it should work.

---

<div class="post-metadata">

### Author: ![uraibeef](https://avatars.discourse-cdn.com/v4/letter/u/b3f665/32.png) [@uraibeef](https://forums.openmv.io/u/uraibeef)
#### Post date: [November 25, 2019, 6:50am UTC](https://forums.openmv.io/t/can-use-ocr-model-on-openmv/1502/3 "2019-11-25T06:50:28Z")

</div>

> [@](#):
>
> You have to fit the model in SRAM on the OpenMV Cam H7. This means the model cannot be too big. If it fits then it should work.

thank you very much kwagyeman, i will try this
