Skip to content

Commit

Permalink
Minor README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bmihelac authored Jan 7, 2024
1 parent 9cde8dd commit 351ec66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Most distros ship with `pdftoppm` and `pdftocairo`. If they are not installed, r

## How does it work?

`from pdf2image import convert_from_path, convert_from_bytes`

```py
from pdf2image import convert_from_path, convert_from_bytes
from pdf2image.exceptions import (
PDFInfoNotInstalledError,
PDFPageCountError,
Expand Down

0 comments on commit 351ec66

Please sign in to comment.