Page tree

Versions Compared

Key

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

...

다이얼로그 높이 설정

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

최소 크기는 300px 입니다.

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

...