자신의 키를 사용하여 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:\\프로그램 파일(x86)\\Automation Anywhere IQ Bot <version>\\구성및 폴더 구성 > AzureOCREngineSettings.json 파일로 이동하여 키를 지정하십시오.
    SubscriptionKey와 SubscriptionClientKey가 모두 지정된 경우 SubscriptionClientKey가 사용됩니다.
    • 비전서브스크립션키
    • 비전 가입 클라이언트 키
    • 맞춤법 검사 구독 키
    • 맞춤법 검사 구독 클라이언트 키
  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. stopanduninstallservices.bat 파일을 관리자로 실행합니다. 파일의 기본 위치는 C:\\Program Files(x86)\\Automation Anywhere IQ Bot <version>\\구성입니다.
  4. 설치 및 startallservices.bat 파일을 관리자로 실행합니다. 파일의 기본 위치는 C:\\Program Files(x86)\\Automation Anywhere IQ Bot <version>\\구성입니다.
    로그인하거나 IQ Bot 웹 페이지를 새로 고치십시오.