From 98f05eac7e5c9033e28233bd5a3445c0131eb107 Mon Sep 17 00:00:00 2001 From: Xiao Ling Date: Sun, 20 Oct 2024 22:17:34 -0700 Subject: [PATCH] Update README.md --- examples/official/10.x/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/official/10.x/README.md b/examples/official/10.x/README.md index 1f8653f..a5ab855 100644 --- a/examples/official/10.x/README.md +++ b/examples/official/10.x/README.md @@ -1,6 +1,7 @@ # Dynamsoft Capture Vision SDK for Barcode Detection This repository contains example code for using the Dynamsoft Capture Vision SDK to detect barcodes in images. +https://github.com/user-attachments/assets/18503750-68bd-4043-8187-353e7e8a7808 ## Prerequisites - [Dynamsoft Capture Vision Trial License](https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform) @@ -24,4 +25,4 @@ This repository contains example code for using the Dynamsoft Capture Vision SDK ## Examples - [camera.py](./camera.py): Detect barcodes from a camera video stream. -- [file.py](./file.py): Detect barcodes from an image file and display the results in a window. \ No newline at end of file +- [file.py](./file.py): Detect barcodes from an image file and display the results in a window.