C# Class Strabo.Core.TextRecognition.TessResult

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

Public Properties

Property Type Description
back bool
dict_similarity double
dict_word3 string
fileName string
front bool
h int
id string
sameMatches string
tess_cost3 double
tess_raw3 string
tess_word3 string
w int
x int
y int

Property Details

back public_oe property

public bool back
return bool

dict_similarity public_oe property

public double dict_similarity
return double

dict_word3 public_oe property

public string dict_word3
return string

fileName public_oe property

public string fileName
return string

front public_oe property

public bool front
return bool

h public_oe property

public int h
return int

id public_oe property

public string id
return string

sameMatches public_oe property

public string sameMatches
return string

tess_cost3 public_oe property

public double tess_cost3
return double

tess_raw3 public_oe property

public string tess_raw3
return string

tess_word3 public_oe property

public string tess_word3
return string

w public_oe property

public int w
return int

x public_oe property

public int x
return int

y public_oe property

public int y
return int