fredcaixeta commited on
Commit
b5614b9
·
1 Parent(s): 7bbd250
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
  from ocr_script import ocr_tesseract_only
 
3
 
4
  # def ocr_tesseract_only(img): # img pode ser PIL/np/str conforme 'type'
5
  # # chamar seu OCR aqui e retornar texto
 
1
  import gradio as gr
2
  from ocr_script import ocr_tesseract_only
3
+ import uuid
4
 
5
  # def ocr_tesseract_only(img): # img pode ser PIL/np/str conforme 'type'
6
  # # chamar seu OCR aqui e retornar texto