Skip to content

Commit 4e08e1a

Browse files
committed
chore: update readme.md
Signed-off-by: Luca Foppiano <luca@foppiano.org>
1 parent 0f8b3ae commit 4e08e1a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ files are generated:
7272

7373
* `_outline.xml` file containing a possible PDF-embedded table of content (aka outline) obtained with `-outline` option
7474

75-
* `.xml_data/` subdirectory containing the vectorial (.vec) and bitmap images (.png) embedded in the PDF, this is
75+
* `.xml_data/` subdirectory containing the vectorial (.svg) and bitmap images (.png) embedded in the PDF, this is
7676
generated by default. This extraction slows down the process very significantly, so if no image files are required,
7777
use `-onlyGraphsCoord` (or the deprecated alias `-noImage`) to keep extracting image coordinates without dumping the
7878
image files. To skip all graphics processing (bitmap and vectorial), use `-skipGraphs`.
@@ -147,7 +147,7 @@ compile the dependencies before building pdflato.
147147

148148
> git clone https://github.com/kermitt2/pdfalto.git && cd pdfalto
149149
150-
* Xpdf-4.03 is shipped as git submodule, to download it:
150+
* Xpdf-4.05 is shipped as git submodule, to download it:
151151

152152
> git submodule update --init --recursive
153153
@@ -158,7 +158,7 @@ compile the dependencies before building pdflato.
158158
> make
159159
160160
The executable `pdfalto` is generated in the root directory. Additionally, this will create a static library for
161-
xpdf-4.03 at the following path `xpdf-4.03/build/xpdf/lib/libxpdf.a` and all the libraries and their respective
161+
xpdf-4.05 at the following path `xpdf-4.05/build/xpdf/lib/libxpdf.a` and all the libraries and their respective
162162
subdirectory.
163163

164164
To use the additional xpdf language support packages, the executable `pdfalto` comes with a config file `xpdfrc` and
@@ -209,9 +209,9 @@ pip install bump-my-version
209209
Then you can run `show-bump` to see the plan of updating
210210
```shell
211211
bump-my-version show-bump
212-
0.5.1 ── bump ─┬─ major ─ 1.0.0
213-
├─ minor ─ 0.6.0
214-
╰─ patch ─ 0.5.2
212+
0.6.0 ── bump ─┬─ major ─ 1.0.0
213+
├─ minor ─ 0.7.0
214+
╰─ patch ─ 0.6.1
215215
```
216216

217217
and make the new release by:

0 commit comments

Comments
 (0)