C# 클래스 Franken_.PageXml

Class for handling page xml file specific behavior.
파일 보기 프로젝트 열기: Early-Modern-OCR/FrankenPlus 1 사용 예제들

공개 메소드들

메소드 설명
CreateImageExtractorCommandLine ( string inputImagePath, string xmlInputPath, string outputFolderPath ) : string

Creates the commandline parameter string for the image extractor.

GetGlyphs ( ) : List

Parses all glyphs from the page xml file.

PageXml ( string xmlFile ) : System

Creates a new page xml file object for the specified page xml file in xmlFile

비공개 메소드들

메소드 설명
GetNamespace ( string path ) : string

Returns the URI of the xmlns Namespace from the xml file in path

메소드 상세

CreateImageExtractorCommandLine() 공개 추상적인 메소드

Creates the commandline parameter string for the image extractor.
public abstract CreateImageExtractorCommandLine ( string inputImagePath, string xmlInputPath, string outputFolderPath ) : string
inputImagePath string The path to the image which is described by the page xml file specified in
xmlInputPath string The page xml files, which describes the image specified in
outputFolderPath string The folder which should contain the glyph images
리턴 string

GetGlyphs() 공개 메소드

Parses all glyphs from the page xml file.
public GetGlyphs ( ) : List
리턴 List

PageXml() 공개 메소드

Creates a new page xml file object for the specified page xml file in xmlFile
public PageXml ( string xmlFile ) : System
xmlFile string the location of the page xml file
리턴 System