From 512b5cf8786725a1cb3fb523055a4d172c017bd7 Mon Sep 17 00:00:00 2001 From: Khoren Markosyan Date: Tue, 21 Jun 2022 15:45:09 +0400 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f2294d..c6834a4 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,12 @@ A barcode and QR code scanner based on [ZXing C++](https://github.com/nu-book/zx | | DataBar Expanded | ## Features -- Scan barcode from camera stream -- Scan barcode from image path or url +- Scan barcode from camera stream, image path or url +- Scan multiple barcodes from camera stream, image path or url - Create barcode from text - Flashlight and pinch to zoom support ## Todo -- Read multiple barcodes from camera or gallery - Return scanned barcode position and size - Write tests