C# 클래스 ExplOCR.ContextAnalysis

파일 보기 프로젝트 열기: ThoroughlyLostExplorer/ExplOCR

공개 메소드들

메소드 설명
PartitionScreen ( Bitmap bmp ) : ExplOCR.PageSections
PartitionScreen ( Bitmap bmp, List lines ) : ExplOCR.PageSections

비공개 메소드들

메소드 설명
CopyExcluded ( List lines, List exclude ) : List
DetectExclusionAreas ( List lines, int height ) : List
IsSeparator ( System.Line line ) : bool
IsTableSection ( List section ) : bool
IsTextSection ( List section ) : bool
ReadTableSection ( List lines ) : TableSection
ReadTextLineSection ( List lines ) : ExplOCR.TextLineSection
ReadTextSection ( List lines ) : TextSection

메소드 상세

PartitionScreen() 공개 정적인 메소드

public static PartitionScreen ( Bitmap bmp ) : ExplOCR.PageSections
bmp System.Drawing.Bitmap
리턴 ExplOCR.PageSections

PartitionScreen() 공개 정적인 메소드

public static PartitionScreen ( Bitmap bmp, List lines ) : ExplOCR.PageSections
bmp System.Drawing.Bitmap
lines List
리턴 ExplOCR.PageSections