From 8c03bf996b8b051f5096fa032144d1169aa7b943 Mon Sep 17 00:00:00 2001 From: Nick Gerakines Date: Mon, 11 Apr 2022 13:53:18 -0400 Subject: [PATCH] Fixed misleading statement. --- README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/README.rst b/README.rst index 5587201..94f1f21 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,6 @@ pyzbar Read one-dimensional barcodes and QR codes from Python 2 and 3 using the `zbar `__ library. -- Pure python - Works with PIL / Pillow images, OpenCV / imageio / numpy ``ndarray``\ s, and raw bytes - Decodes locations of barcodes - No dependencies, other than the zbar library itself