使用您自己的按鍵 Microsoft Azure Computer Vision OCR engine

您可以使用自己 Microsoft Azure Computer Vision OCR engine 的訂閱或拼寫檢查密鑰。

用戶可以將自己 Microsoft Azure Computer Vision OCR engine 的密鑰與提供的拼寫檢查密鑰組合使用 Automation Anywhere。使用提供的拼寫檢查密鑰,將 Automation Anywhere 您的數據發送 Automation Anywhere 到帳戶。如果不想向 Automation Anywhere Microsoft Azure 帳戶發送任何數據,則必須提供自己的拼寫檢查服務密鑰,或者通過將 settings.txt 文件中的值設置爲 EnableAutoCorrectSegmentText: false 來關閉該服務密鑰

按照步驟使用您自己的按鍵。 Microsoft Azure Computer Vision OCR engine

程序

  1. 默認 IQ Bot Microsoft Azure Computer Vision OCR engine 情況下,使用的加密訂閱和拼寫檢查密鑰。如果您想使用自己 Microsoft Azure Computer Vision OCR engine 的訂閱和(或拼寫檢查密鑰),請轉至 C:\Program Files (x86)\Automation Anywhere IQ Bot <version>\Configurationsand folder Configurations > AzureOCREngineSettings.json 文件,然後指定密鑰。
    如果 同時指定了 SubscriptionKey 和 SubscriptionClientKey ,則 使用 SubscriptionClientKey :
    • VisionSubscriptionKey
    • VisionSubscriptionClientKey
    • SpellCheckSubscriptionKey
    • SpellCheckSubscriptionClientKey
  2. 正確輸入密鑰以確保正確的 API 調用,如下所示:
    之前:
    
    {
      "VisionServiceUrl": "https://aai-iq-bot-ocr.cognitiveservices.azure.com/",
      "EngineType": 0,
      "VisionSubscriptionKey": "",
      "VisionSubscriptionClientKey": "",
      "SpellCheckSubscriptionKey": "",
      "SpellCheckSubscriptionClientKey": "",
      "EnableDebugging": false,
      "DebuggingFolder": "C:\\Users\\Public\\Documents\\Automation Anywhere IQBot Platform\\Output\\Engine\\Azure",
      "HttpTimeoutInSec": 300,
      "EnableReprocessLowConfidentSegment": true,
      "EnableAutoCorrectSegmentText": true,
      "EnableResolveOverlappedSegment": true,
      "EnableFieldMerging": true,
      "EnableFieldRegions": true
    }
    之後:
    
    {
      "VisionServiceUrl": "https://aai-iq-bot-ocr.cognitiveservices.azure.com/",
      "EngineType": 0,
      "VisionSubscriptionKey": "",
      "VisionSubscriptionClientKey": "191234d5e7abc1f382123459d4399e33",
      "SpellCheckSubscriptionKey": "",
      "SpellCheckSubscriptionClientKey": "336f8f6a503a4c30ba123456834d4abc",
      "EnableDebugging": false,
      "DebuggingFolder": "C:\\Users\\Public\\Documents\\Automation Anywhere IQBot Platform\\Output\\Engine\\Azure",
      "HttpTimeoutInSec": 300,
      "EnableReprocessLowConfidentSegment": true,
      "EnableAutoCorrectSegmentText": true,
      "EnableResolveOverlappedSegment": true,
      "EnableFieldMerging": true,
      "EnableFieldRegions": true
    }
  3. 以管理員身份運行 stopanduninstallallservices.bat 文件。文件的默認位置是 C:\Program Files (x86)\Automation Anywhere IQ Bot <version>\Configurations
  4. 以管理員身份運行 installandstartallservices.bat 文件。文件的默認位置是 C:\Program Files (x86)\Automation Anywhere IQ Bot <version>\Configurations
    登入或重新整理 IQ Bot 網頁。