Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
jessp01 committed Jan 7, 2025
1 parent c5984a1 commit 3c0458a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ For example, try:
$ ~/go/bin/super-zaje "https://github.com/jessp01/zaje/blob/master/testimg/go1.png?raw=true"
```

### PDF inputs
#### PDF inputs

PDF files are also supported. For example:
PDF files are also supported by `super-zaje`. For example:

```sh
$ super-zaje --pdf --pdf-page-number 63 FORTRAN_colouring_book.pdf
$ super-zaje --pdf --pdf-page-number 63 /local/path/to/FORTRAN_colouring_book.pdf
```

Will convert page **64** (page numbers start from 0 in [go-fitz](https://github.com/gen2brain/go-fitz) which is used by
Expand Down

0 comments on commit 3c0458a

Please sign in to comment.