R: tesseract OCR

install.packages("tesseract")
img <- image_read("http://jeroen.github.io/images/testocr.png")
print(img)
# Extract text
cat(image_ocr(img))

댓글

이 블로그의 인기 게시물