Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 1.53 KB

File metadata and controls

17 lines (9 loc) · 1.53 KB

Form Recognizer

alt text

To train a model using your own forms, you’ll first need to create a Form Recognizer service in Azure. Add your service’s key to the settings page under Cognitive Services Keys -> Form Recognizer API. Also you need to provide your Azure Storage Account in the code behind FormRecognizerScenarioSetup.xaml.cs. Once you’ve collected five example forms for training, use New Scenario to create your model.

Prebuilt receipt model

Form Recognizer also includes a model for reading English sales receipts from the United States—the type used by restaurants, gas stations, retail, and so on. This model extracts key information such as the time and date of the transaction, merchant information, amounts of taxes and totals and more. In addition, the prebuilt receipt model is trained to recognize and return all of the text on a receipt.

alt text

Key Source Code