Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
//...
'ocr.config': { 
    url: 'https://ailab.synap.co.kr/sdk', // 프로모션 기간 중 사용이 가능합니다.
    apiKey: '발급받은 API key',
    size: { 'height' : '600px' }, // OCR 다이얼로그의 높이를 지정할 수 있습니다.
}
// ...

...

다이얼로그 높이 설정

OCR 다이얼로그의 높이를 설정합니다.

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
//...
'ocr.config': { 
    ...
    size: { 'height' : '600px' },
}
// ...

...