Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Scan from a remote image

Scan from a local file
```bash
docscan path/to/output.png path/to/input.png
docscan path/to/input.png path/to/output.png
```

### Usage as a library
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ click
flask
imutils
numpy
onnxruntime
opencv-python
rembg
waitress
1 change: 0 additions & 1 deletion src/docscan/cmd/cli.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import glob
import imghdr
import os
import sys

Expand Down