Skip to content

Commit

Permalink
docs: readme aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
simonegosetto committed Sep 24, 2024
1 parent 1741c95 commit 410b65a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ const DEFAULT_OPTIONS = {
// internal page parser callback
// you can set this option, if you need another format except raw text
pagerender: render_page,

// max page number to parse
max: 0,
// pdf.js verbosity Level
Expand All @@ -127,13 +126,8 @@ If you need another format except raw text.
### *max* (number)
Max number of page to parse. If the value is less than or equal to 0, parser renders all pages.

### *version* (string, pdf.js version)
check [pdf.js](https://mozilla.github.io/pdf.js/getting_started/)

* `'default'`
* `'v4.5.136'`

>*default* version is *v4.5.136*
>*pdf.js* version is *v4.5.136*
>[mozilla.github.io/pdf.js](https://mozilla.github.io/pdf.js/getting_started/#download)
## Test
Expand Down

0 comments on commit 410b65a

Please sign in to comment.