C# Class Strabo.Core.TextRecognition.GeoDictionary

Exibir arquivo Open project: spatial-computing/strabo-learning-ocr-transformation

Public Properties

Property Type Description
generic_dictionary List
geo_dictionary List

Public Methods

Method Description
ReadDictionary ( double top, double left, double bottom, double right, bool dictProcessed ) : List

Method Details

ReadDictionary() public method

public ReadDictionary ( double top, double left, double bottom, double right, bool dictProcessed ) : List
top double
left double
bottom double
right double
dictProcessed bool
return List

Property Details

generic_dictionary public_oe static_oe property

public static List generic_dictionary
return List

geo_dictionary public_oe static_oe property

public static List geo_dictionary
return List