#include <Vis2> ; Equivalent to #include .\lib\Vis2.ahk
Vis2.Graphics.Subtitle.Render("Running Test Code... Please wait", "t7000 xCenter y67% p1.35% c88EAB6 r8", "s2.23% cBlack")
Vis2.Graphics.Subtitle.Render("Press [Win] + [c] to highlight and copy anything on-screen.", "time: 30000 xCenter y92% p1.35% cFFB1AC r8", "c000000 s2.23%")
MsgBox % text := OCR("test.jpg")
#c:: OCR() ; OCR to clipboard
#i:: ImageIdentify() ; Label images
Esc:: ExitApp
vis2 ocr예제 소스입니다.
실행하게 되면 샘플 이미지에 있는 영어를 메세지 박스로 잘 불러옵니다.
혹시 메세지박스로 불러오는걸
텍스트 파일로 저장을 할수가 있나요?
고칠만한것도 없고 ㅠㅠ
;MsgBox % text := OCR("test.jpg") ;; 이거 주석처리하시고요
text := OCR("test.jpg")
fileappend,%test%,test.txt ;; 두줄 추가하시면 될거 같습니다.