C# 클래스 TempestNotifier.OCR.TesseractWrapper

파일 보기 프로젝트 열기: pajlada/TempestNotifier

공개 프로퍼티들

프로퍼티 타입 설명
engine Tesseract.TesseractEngine

공개 메소드들

메소드 설명
get_text ( string image_path ) : string
init ( ) : System.Threading.Tasks.Task

메소드 상세

get_text() 공개 정적인 메소드

public static get_text ( string image_path ) : string
image_path string
리턴 string

init() 공개 정적인 메소드

public static init ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

프로퍼티 상세

engine 공개적으로 정적으로 프로퍼티

public static TesseractEngine,Tesseract engine
리턴 Tesseract.TesseractEngine