Skip to main content

What is the Form Recognizer service in Azure? It’s an AI-based service that enables the extraction of field data from structured and semi-structured documents for use in your wizards. (Ex: Invoice data or form data). 

 

Once you’ve set up Form Recognizer, you’ll have everything you need to use the Form Recognizer with Kryon, including: 

 

-An API key

-An endpoint

-A model ID

 

With the above, you’ll be able to use the model to Analyze a Form (i.e. extract field data from a scanned document). 

 

You’re now ready for your next step: analyzing a form using Kryon. You’ll need to use the cURL advanced command in Kryon Studio. (Keep in mind that Studio already prefixes the command with “curl”). 

 

Things to keep in mind: 

 

1) $fr endpoint$ is the endpoint you configured in the MS Azure portal

2) $model id$ is the model ID which was created when you trained your model with the sample training documents

3) $content type$ is typically the “application/pdf” as you are submitting PDF documents to the service

4) $fr api keys$ is your API key you configured in the MS Azure portal

5) $input filepath$ is the filepath to the PDF which you are uploading to the service

 

Check out the full set up with screenshots in our community guide here.

Be the first to reply!

Reply