Update README.md

This commit is contained in:
Alisina Bahadori
2020-09-07 23:15:57 +04:30
committed by GitHub
parent 3543d50dc7
commit eb4bf1c815

View File

@@ -38,6 +38,8 @@ wget https://github.com/alisinabh/paperify/archive/master.zip -O paperify.zip &&
unzip paperify.zip && cd paperify-master
```
Or you can use paperify's Docker image at alisinabh/paperify. More details below.
## Usage
```
# Creates FILE-qr directory with generated qr codes inside.
@@ -50,6 +52,22 @@ wget https://github.com/alisinabh/paperify/archive/master.zip -O paperify.zip &&
./digitalify.sh OUTPUT_FILE DIRECTORY
```
### Use with Docker
You can mount your files at `/target` in paperify's docker container. Then run paperify.
For simplicity, You can just copy the bellow commands which will mount your current directory automatically.
```
# To Paperify
# FIRST: cd into the folder that your file is in
docker run -v$(pwd):/target alisinabh/paperify FILE
# To Digitallify
# First cd into the folder that your scanned images are in
docker run -v$(pwd):/target --entrypoint=/paperify/digitallify.sh alisinabh/paperify OUTPUT_FILE .
```
## Recommendations
### Multiple files