keshva commited on
Commit
197b215
·
1 Parent(s): 27f5cd2

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ RUN apt update
2
+ RUN apt install tesseract-ocr -y
3
+ RUN apt-get install tesseract-ocr-eng -y