Skip to content

Commit

Permalink
Merge pull request #672 from axa-group/BinaryBrain-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
BinaryBrain authored Oct 2, 2023
2 parents 0e5fe8f + e53358a commit dd2bc04
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions parsr-fix-pdf-font/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ ImageMagick Convert
## Usage
Use the command line interface to run the Parsr tool:

```sh
cd parsr-fix-pdf-font
node parsr-fix-pdf-font.js --input ./test/testPage.pdf --output pdf.pdf --lang eng
```
parsr-fix-pdf-fonts --input <path-to-pdf> --ouput <path-to-out-pdf> --lang eng
```

Parameters:

- --input <path-to-pdf>: Specifies the path to the source PDF file that needs to be fixed.
Expand Down

0 comments on commit dd2bc04

Please sign in to comment.