변명은 만개 결과는 한개

[Android] Android, Tesseract, OCR 본문

공부/Android

[Android] Android, Tesseract, OCR

노마십가 2019. 5. 20. 02:10
728x90
반응형

https://junyoung-jamong.github.io/computer/vision/2019/02/07/Android-Tesseract-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0.html

 

Android에서 Tesseract 사용하기 for OCR

Python에서 Tesseract 사용하기 for OCR에서는 Python 환경에서 Tesseract 사용 방법을 알아 봤다. 이번에는 모바일 환경에서 카메라를 이용해 이미지를 촬영하고, 해당 이미지에 대해 동시에 OCR을 수행하기 위해 Android에서 Tesseract를 사용하는 방법을 알아볼 것이다. 글에서 다루는 안드로이드 Tesseract 샘플 프로젝트는 Github를 통해 받을 수 있다.

junyoung-jamong.github.io

 

https://github.com/rmtheis/tess-two/releases

 

rmtheis/tess-two

Fork of Tesseract Tools for Android. Contribute to rmtheis/tess-two development by creating an account on GitHub.

github.com

 

 

https://stackoverflow.com/questions/53141349/how-to-get-position-of-text-in-an-image-using-mobile-vision-api

 

How to get position of text in an image using Mobile Vision API?

How to get the position of text on the screen in an image using Mobile Vision API, and how to draw a rectangle around them? Example:

stackoverflow.com

 

 

https://firebase.google.com/docs/ml-kit/android/recognize-text

 

Android에서 ML Kit를 사용한 이미지 속 텍스트 인식  |  Firebase

ML Kit를 사용하여 이미지 속 텍스트를 인식할 수 있습니다. ML Kit에는 거리 표지판 텍스트와 같은 이미지 속 텍스트 인식에 적합한 범용 API와 문서의 텍스트 인식에 최적화된 범용 API가 모두 있습니다. 범용 API에는 기기별 및 클라우드 기반 모델이 모두 있습니다. 문서 텍스트 인식은 클라우드 기반 모델에서만 사용할 수 있습니다. 클라우드 및 기기별 모델 비교에 대한 개요를 참조하세요. GitHub의 ML Kit 빠른 시작 샘플에서 이 API

firebase.google.com

.

 

https://cofs.tistory.com/175

 

Android OCR 한글 및 영문 인식 Tesseract 샘플 프로젝트 테스트

환경 : Win7, Android studio, minSdkVersion 16, xompileSdkVersion 22 필자는 Android studio 에서 빌드 하는 내용을 설명한다. 소스에 대한 설명은 없고 단순히 샘플 프로젝트를 빌드해서 핸드폰으로 실행해서..

cofs.tistory.com

 

https://creaby.tistory.com/10?category=668101

 

Android에서의 Tesseract API 소개

OCR의 경우 관련지식이 없으면 API의 이해가 힘들 수 있으므로 소개해 보고자합니다. 버전은 Tesseract 3.05이며 모든 함수명은 tess-two에서 제공하는 TessBaseAPI를 기준으로 합니다. C코드로 되어있는 Tesserac..

creaby.tistory.com

 

 

728x90
반응형