Page tree

Versions Compared

Key

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

...

문서 작성 등에서 이미지에 포함된 텍스트나 정보를 활용해야 할 때 유용하게 사용할 수 있습니다.

단축키

...


...

사용방법

플러그인 파일 불러오기

Code Block
languagexml
themeEmacs
<!-- SynapEditor 객체가 존재해야 적용할 수 있기 때문에 에디터 스크립트 파일 아래에 include 해야 합니다 -->
<script src="ocr.min.js의 url"></script>
<link rel="stylesheet" href="ocr.min.css의 url">

...

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
//...
'ocr.config': { 
    url: 'https://ailab.synap.co.kr/sdk', // 프로모션 기간 중 사용이 가능합니다.
    apiKey: '발급받은 API key'
}
// ...


단축키


WindowsMac
선택 모드VV
이동 모드HH
임시 이동 모드SpaceSpace
이미지 확대Ctrl + Mouse Wheel UpCmd + Mouse Wheel Up
이미지 축소Ctrl + Mouse Wheel DownCmd + Mouse Wheel Down