C# Class Franken_.PageXmlFactory

Factory for creating the correct page xml file object based on the URI of the default xml namespace xmlns.
Afficher le fichier Open project: Early-Modern-OCR/FrankenPlus Class Usage Examples

Méthodes publiques

Méthode Description
GetPageXml ( string path ) : PageXml

Returns a page xml object for the page xml in path

Method Details

GetPageXml() public static méthode

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.
Résultat PageXml