Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 426 Bytes

File metadata and controls

7 lines (5 loc) · 426 Bytes

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.