Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 451 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 451 Bytes

PDF QR Code Extractor

Getting Started

  1. Clone the repository
git clone https://github.com/SivaramPg/pdf-qr-code-extractor.git
  1. Install the dependencies
  • Using Yarn
yarn
  • Using NPM
npm install
  1. Install GraphicsMagick

  2. Run Application

  • Using Yarn
yarn start
  • Using NPM
npm start