We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696344e commit 2d9c3b4Copy full SHA for 2d9c3b4
pdf2txt/alpine/Dockerfile
@@ -5,7 +5,7 @@
5
# $ alias pdf2txt="docker run -ti --rm -v ~/app:/app pdf2txt"
6
# $pdf2txt sample.pdf > sample.txt
7
8
-# You will get the txt file named `sample.txt` in ~/app folder.
+# You will get the txt file named `sample.txt` in current folder.
9
10
# You can directly run below command to convert the pdf file in current foler.
11
# $ docker run -ti --rm -v $(pwd):/app pdf2txt sample.pdf > sample.txt
0 commit comments