Microsoft Azure Computer Vision OCR 엔진에 자신의 키를 사용합니다.

자신의 Microsoft Azure Computer Vision OCR 엔진 구독 또는 맞춤법 검사 키를 사용할 수 있습니다.

사용자는 Automation Anywhere에서 제공한 맞춤법 검사 키와 함께 자신의 Microsoft Azure Computer Vision OCR 엔진 키를 조합하여 사용할 수 있습니다. Automation Anywhere에서 제공한 맞춤법 검사 키를 사용하면 귀하의 데이터가 Automation Anywhere 계정으로 전송됩니다. Automation Anywhere Microsoft Azure 계정에 데이터를 전송하지 않으려면 자체 맞춤법 검사 서비스 키를 제공하거나 AzureOCREngineSettings.json 파일의 값을 EnableAutoCorrectSegmentText: false로 설정하여 이 키를 꺼야 합니다.

Microsoft Azure Computer Vision OCR 엔진에 자신의 키를 사용하려면 다음 단계를 따릅니다.

프로시저

  1. 기본적으로, IQ Bot의 암호화된 Microsoft Azure Computer Vision OCR 엔진 구독 및 맞춤법 검사 키를 사용합니다. 자신의 Microsoft Azure Computer Vision OCR 엔진 구독 및 맞춤법 검사 키를 사용하고 싶다면, C:\Program Files (x86)\Automation Anywhere IQ Bot <version>\Configurations 폴더 및 Configurations > AzureOCREngineSettings.json 파일로 이동하여 자신의 키를 지정합니다.
    SubscriptionKeySubscriptionClientKey가 지정된다면, 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 웹페이지에 로그인하거나 새로 고칩니다.