You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more information, see the [OCRmyPDF documentation](https://ocrmypdf.readthedocs.io/en/latest).
26
+
Read on to find out which is best for you! For more information about the options, see the [OCRmyPDF documentation](https://ocrmypdf.readthedocs.io/en/latest).
33
27
34
28
## Fast Start
35
29
@@ -51,25 +45,24 @@ Do you want to run it on your own machine, but don't want to clone the repo?
51
45
52
46
1. Ensure you have Docker or Bash and cURL installed
53
47
2. Make a new `pdf` folder and put your files in `pdf/todo`
54
-
3. Run one of the following commands from the parent of `pdf`
48
+
3. Run one of the following commands from the parent of `pdf`:
55
49
56
50
#### Docker Container
57
51
58
52
If you want to skip building an image, just use mine:
59
53
60
54
```bash
61
-
docker run --rm \
62
-
-v ./pdf:/app/pdf \
63
-
ghcr.io/ipitio/ocr-pdf \
64
-
bash predict.sh pdf [OCRmyPDF options]
55
+
docker run --rm -v ./pdf:/app/pdf ghcr.io/ipitio/ocr-pdf \
56
+
bash predict.sh pdf [OCRmyPDF options]
65
57
```
66
58
67
59
#### Bash Script
68
60
69
61
Don't want to install Docker? No problem!
70
62
71
63
```bash
72
-
curl -sSLNZ https://ipitio.github.io/ocr-pdf/src/predict.sh | bash -s -- pdf [OCRmyPDF options]
0 commit comments