C# 클래스 Franken_.PageXmlFactory

Factory for creating the correct page xml file object based on the URI of the default xml namespace xmlns.
파일 보기 프로젝트 열기: Early-Modern-OCR/FrankenPlus 1 사용 예제들

공개 메소드들

메소드 설명
GetPageXml ( string path ) : PageXml

Returns a page xml object for the page xml in path

메소드 상세

GetPageXml() 공개 정적인 메소드

Returns a page xml object for the page xml in path
public static GetPageXml ( string path ) : PageXml
path string Path to the page xml file.
리턴 PageXml