# macOCR - 맥 화면상의 텍스트를 OCR하기

> Clean Markdown view of GeekNews topic #4316. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4316](https://news.hada.io/topic?id=4316)
- GeekNews Markdown: [https://news.hada.io/topic/4316.md](https://news.hada.io/topic/4316.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-05-23T10:05:58+09:00
- Updated: 2021-05-23T10:05:58+09:00
- Original source: [github.com](https://github.com/schappim/macOCR)
- Points: 9
- Comments: 1

## Topic Body

- 실행한 뒤 스크린캡쳐 커서로 지정한 부분을 OCR하여 텍스트만 클립보드에 저장

- Alfred Workflow, Hammerspoon, Quicksilver Script 등으로 호출 가능

- Swift로 작성한 오픈소스 CLI 도구(인텔/M1 바이너리 제공)

- 애플이 제공하는 Vision 프레임워크의 VNRecognizeTextRequest 함수를 사용해서 텍스트 인식

ㅤ→ BigSur 에서 지원하는 언어는 en, fr, it, de, es, pt, zh 정도

## Comments



### Comment 5250

- Author: laeyoung
- Created: 2021-05-24T20:31:40+09:00
- Points: 1

간단하고 좋네요! 한국어가 안되는게 아쉽지만 ㅠㅠ
