rmayormartins commited on
Commit
7581811
·
1 Parent(s): 9aebca9

Update app.py and add confusionmatrix2.JPG

Browse files
Files changed (3) hide show
  1. app.py +1 -2
  2. confusionmatrix.JPG +0 -0
  3. confusionmatrix2.JPG +0 -0
app.py CHANGED
@@ -30,10 +30,9 @@ iface = gr.Interface(
30
  outputs="text",
31
  title="OCR Img2txt",
32
  description="This application uses Optical Character Recognition (OCR) technology to extract text from images. Choose between Tesseract OCR and EasyOCR engine to process images containing printed text, converting it into editable and searchable text.",
33
- examples=[["confusionmatrix.jpg"]]
34
  )
35
 
36
- #
37
  iface.launch(debug=True)
38
 
39
 
 
30
  outputs="text",
31
  title="OCR Img2txt",
32
  description="This application uses Optical Character Recognition (OCR) technology to extract text from images. Choose between Tesseract OCR and EasyOCR engine to process images containing printed text, converting it into editable and searchable text.",
33
+ examples=[["confusionmatrix2.JPG"]]
34
  )
35
 
 
36
  iface.launch(debug=True)
37
 
38
 
confusionmatrix.JPG DELETED
Binary file (10.4 kB)
 
confusionmatrix2.JPG ADDED