Yashwani's picture
Upload 2 files
06fae09 verified
raw
history blame contribute delete
302 Bytes
FROM mcr.microsoft.com/devcontainers/python:3.10
# Install Tesseract OCR
FROM mcr.microsoft.com/devcontainers/python:3.10
RUN apt-get update && apt-get install -y \
tesseract-ocr \
libglib2.0-0 \
libsm6 \
libxext6 \
libxrender-dev \
ffmpeg \
&& apt-get clean