Method | Description | |
---|---|---|
ExtractTextToGEOJSON ( string inputPath, string outputPath, string TesseractResultsJSONFileName ) : void |
Extracts text from images using tesseract and creates a GEOJSON file with all the features
|
|
WrapperTesseract ( string path, string lng ) : System |
Initializes and creates the tessearct engine
|
Method | Description | |
---|---|---|
alphnumericratio ( string temp ) : bool |
public ExtractTextToGEOJSON ( string inputPath, string outputPath, string TesseractResultsJSONFileName ) : void | ||
inputPath | string | |
outputPath | string | |
TesseractResultsJSONFileName | string | |
return | void |
public WrapperTesseract ( string path, string lng ) : System | ||
path | string | |
lng | string | |
return | System |