1.0.0 • Published 2 months ago

scan-qr-check v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Node.js QR Code Scanner

This Node.js application allows you to scan QR codes from images using the qrcode-reader and opencv4nodejs libraries.

Installation

  1. Clone the repository:

    git clone https://github.com/crypto9coin/scan-qr-check
  2. Navigate to the project directory:

    cd your-nodejs-project
  3. Install dependencies:

    npm install

Usage

  1. Place your image files containing QR codes in the images directory.

  2. Run the following command to scan a QR code from an image file:

    node scan-qrcode.js --image <image-path>

    Replace <image-path> with the path to the image file containing the QR code you want to scan.

  3. The scanned QR code content will be displayed in the console.

Dependencies