Camelot reading

This commit is contained in:
2021-11-02 15:37:36 -03:00
parent 5ee267568a
commit 0c44554375
18 changed files with 121 additions and 22 deletions

View File

@ -1,8 +1,8 @@
FROM python
RUN apt-get update -y && apt-get install -y default-jre
RUN apt-get update -y && apt-get install -y ghostscript python3-tk libgl-dev
RUN pip install flask tabula-py pyyaml pypdf4 gunicorn
RUN pip install flask pyyaml pypdf4 gunicorn camelot-py[cv]
WORKDIR /app