C# 클래스 Strabo.Core.TextRecognition.CleanTesseractResult

파일 보기 프로젝트 열기: spatial-computing/strabo-learning-ocr-transformation 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( List tessOcrResultList, string dictionaryPath, int dictionaryExactMatchStringLength, string lng, double top, double left, double bottom, double right, bool elasticsearch ) : List
CleanChinese ( TessResult tessOcrResult ) : TessResult
CleanEnglish ( TessResult tessOcrResult ) : TessResult
CleanTesseractResult ( ) : System
RemoveMergeMultiLineResults ( List tessOcrResultList, int maxLineLimit ) : List

메소드 상세

Apply() 공개 메소드

public Apply ( List tessOcrResultList, string dictionaryPath, int dictionaryExactMatchStringLength, string lng, double top, double left, double bottom, double right, bool elasticsearch ) : List
tessOcrResultList List
dictionaryPath string
dictionaryExactMatchStringLength int
lng string
top double
left double
bottom double
right double
elasticsearch bool
리턴 List

CleanChinese() 공개 메소드

public CleanChinese ( TessResult tessOcrResult ) : TessResult
tessOcrResult TessResult
리턴 TessResult

CleanEnglish() 공개 메소드

public CleanEnglish ( TessResult tessOcrResult ) : TessResult
tessOcrResult TessResult
리턴 TessResult

CleanTesseractResult() 공개 메소드

public CleanTesseractResult ( ) : System
리턴 System

RemoveMergeMultiLineResults() 공개 메소드

public RemoveMergeMultiLineResults ( List tessOcrResultList, int maxLineLimit ) : List
tessOcrResultList List
maxLineLimit int
리턴 List