Installation
General
This document guides on installing and configuring the Form Recognizer Component.
Prerequisites
System and version
Novacura Flow Server
6.14
Novacura Flow Studio
6.14
Connectors
Database, REST Service, Send E-Mail, Convert HTML To PDF
Azure Resources
Azure Form Recognizer Cognitive Service, Azure Blob Storage, Azure Table Storage
Azure Resources
Form Recognizer API Documentation
Microsoft Form Recognizer Studio Documentation
Azure Form Recognizer Cognitive Service
Azure Blob Storage Setup
Azure Blob Storage SAS Key
Flow Connectors
IFS Connector
HTML To PDF Connector
Send E-Mail Connector
REST Connector
REST - Azure Blob Storage
A REST Connector Project must be set up to utilize Azure Blob Storage.
There are some additional steps to do:
Replace all the API key values in the connector
Select “Save” to save the API Key
Select “Save” to save the REST Connector Configuration
REST - Azure Table Storage
A REST Connector Project must be set up to utilize Azure Table Storage.
There are some additional steps to do:
Replace all the API key values in the connector
Select “Save” to save the API Key
Select “Save” to save the REST Connector Configuration
REST - Azure Form Recognizer Custom Model API
A REST Connector Project must be set up to utilize the Microsoft Form Recognizer Cognitive Service.
Enter a Base Address (example: https://westus2.api.cognitive.microsoft.com )
Replace this with the Endpoint from your previously created Form Recognizer Cognitive Service.
Flow Properties
Before installing the workflows, it is required to create several Global Flow Properties within Novacura Flow Studio.
Flow Text Properties
AppOwner
ifsapp
IFS environment application owner (Schema).
OCR30_ToolUrl
Form Recognizer Studio website - Custom Model/Projects
OCR30_ModelTableName
FormRecognizerModels
The name of the table in the Storage Account to store the project-model key-value pairs
OCR30_ContainerName
formrecognizer-container
The name of the container that contains the uploaded BLOB files
OCR30_Environment
TEST
The table storage environment where this custom-model is used
Installation
Make sure that you have created all services, connectors, and Flow properties before importing the workflows.
1. Import Workflows
Import workflows in the file "Form Recognizer.wap".
2. Setting Menu Roles
Together with the imported workflows there will also be a menu. Connect the menu to your roles to make them available for users.
3. Publishing Workflows
Within the Server Contents Window right click on the Form Recognizer folder and select “Publish”. This process can take a few minutes but once complete, a Publish Successful message will be displayed.
If you receive any errors during the publication of the workflow. Please review the error detail and consult your support contact with the relevant information.
The workflows will now be available to execute on your chosen Flow client. For instructions on individual Form Recognizer functions, please consult the function individual documentation provided separately.
Last updated
Was this helpful?