Spaces:
Runtime error
Runtime error
Create Dockerfile
Browse files- 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
|