Skip to content

Commit b4aebe1

Browse files
authored
Merge pull request #56 from Dielee/master
Add tesseract trained datasets for slashed zeros
2 parents ce03a26 + 669d4c7 commit b4aebe1

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apt-get install -y qrencode
66

77
WORKDIR /app
88
COPY . .
9+
COPY /tessdata/* /usr/share/tesseract-ocr/4.00/tessdata
910

1011
RUN mkdir -p /app/data/img
1112
RUN mkdir -p /app/data/tmp

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
starlette==0.13.6
2-
Werkzeug==1.0.1
3-
uvicorn[standard]==0.13.4
4-
fastapi==0.65.2
1+
starlette==0.19.1
2+
Werkzeug==2.1.2
3+
uvicorn[standard]==0.18.2
4+
fastapi==0.78.0
55
receipt_parser_core==0.2.5
66
python-multipart==0.0.5
7-
websockets==9.1
7+
websockets==10.3
8.16 MB
Binary file not shown.
15.1 MB
Binary file not shown.
4.34 MB
Binary file not shown.
13.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)