Skip to content

Commit

Permalink
🔨 Updating ocr command
Browse files Browse the repository at this point in the history
  • Loading branch information
Achraf KHAZRI authored and Achraf KHAZRI committed Sep 26, 2019
1 parent 84087c0 commit 4da1a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmg.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
from ocr_api.ocr_engine import OcrEngine

ocr = OcrEngine()
txt = ocr.run("ocr_api/data/demo/deskew2.jpg")
txt = ocr.run(args.i)
se.text2speech(txt)
else:
print("Error command !")
Expand Down

0 comments on commit 4da1a5e

Please sign in to comment.