Skip to content

Commit 1b341c9

Browse files
committed
added PHI detection logic
1 parent 27fc288 commit 1b341c9

File tree

3 files changed

+305
-97
lines changed

3 files changed

+305
-97
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ COPY requirements.txt .
1414
RUN pip install -r requirements.txt
1515
RUN apt-get update
1616
RUN apt-get install ffmpeg libsm6 libxext6 -y
17-
RUN apt-get install tesseract-ocr -y
1817

1918
COPY . .
2019
ARG extras_require=none

0 commit comments

Comments
 (0)