From f34ec2af449a5e81a9acff788eee229e0d887115 Mon Sep 17 00:00:00 2001 From: Bojan Mihelac Date: Tue, 18 Oct 2022 08:23:24 +0200 Subject: [PATCH] Minor README formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f40cdad..8171bbd 100644 --- a/README.md +++ b/README.md @@ -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,