WebashalarForML commited on
Commit
9e37bf9
·
verified ·
1 Parent(s): f5bf5b5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -27,6 +27,9 @@ RUN apt-get update && apt-get install -y \
27
  #adding the poppler
28
  RUN apt-get update && apt-get install -y poppler-utils
29
 
 
 
 
30
  # Copy the requirements file into the container at /app
31
  COPY requirements.txt /app/
32
 
 
27
  #adding the poppler
28
  RUN apt-get update && apt-get install -y poppler-utils
29
 
30
+ #adding the poppler
31
+ RUN apt-get update && apt-get install -y tesseract-ocr
32
+
33
  # Copy the requirements file into the container at /app
34
  COPY requirements.txt /app/
35