/ocr-demo

Cloud Vision API demo

Primary LanguageTypeScript

OCR Demo with Cloud Vision API

How to use

  1. Enable Cloud Vision API on Google Cloud Platform console
  2. Create a service account on the console with Vision AI access
  3. Put the service account key file in your machine
  4. Load the service account key file export GOOGLE_APPLICATION_CREDENTIALS=./service-account.json
  5. Install dependencies yarn
  6. Start the server yarn dev