Installing Computer Vision

1 Install the SysPacks

Make sure you have the SysPacks v.22.1.1000 installed on your system. To do so:

  1. Using a web browser, log in to your FintechOS Community account.
  2. Select the Relese Hub.
  3. Open the FintechOS 22.S release.
  4. Open the HPFI folder.
  5. Download the SySDigitalSolutionPackages v22.1.1000.zip archive.
  6. Unzip the archive and follow the instructions from the from the SysPacks Installation page.

2 Set up the Cognitive Processor subscription key(s)

On the FintechOS Portal server, open the web.config file in a text editor and add the following entries in the <appSettings> section, depending on your subscription keys:

  • Generic subscription key for Cognitive Processor services:
    Copy
    <add key="FTOSServicesEndpoint" value="URL to the services endpoint"/>
    <add key="FTOSServicesAppId" value="service authentication key"/>
  • Subscription key for ABBYY Cloud OCR SDK:
    Copy
    <add key="FTOSServicesOCREndpoint" value="URL to the services endpoint"/>
    <add key="FTOSServicesOCRAppId" value="service authentication key"/>
  • Subscription key for Microsoft Azure Computer Vision API:
    Copy
    <add key="FTOSServicesOCR2Endpoint" value="URL to the services endpoint"/>
    <add key="FTOSServicesOCR2AppId" value="service authentication key"/>