/Form_OCR_ACV_API

Use Azure Cognitive Services and python to perform OCR on handwritten form data.

Primary LanguageJupyter Notebook

Form_OCR_ACV_API

Use Azure Cognitive Services and python to perform OCR on handwritten form data.

This repo shows example of utilizing OpenCV python code to perform image preprocessing of form input data and doing OCR on the handwritten input using Azure Cognitive Services.

  • Run InstallPackages notebook first to install required packages.
  • Run VisionAPI-IsolateFormData-Scoring notebook to see example of python usage.