C# Class Strabo.Core.OCR.WrapperTesseract

Wrapper class for Tesseract OSC Engine
Exibir arquivo Open project: usc-isi-i2/strabo-arcstrabo Class Usage Examples

Public Methods

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

Private Methods

Method Description
alphnumericratio ( string temp ) : bool

Method Details

ExtractTextToGEOJSON() public method

Extracts text from images using tesseract and creates a GEOJSON file with all the features
public ExtractTextToGEOJSON ( string inputPath, string outputPath, string TesseractResultsJSONFileName ) : void
inputPath string
outputPath string
TesseractResultsJSONFileName string
return void

WrapperTesseract() public method

Initializes and creates the tessearct engine
public WrapperTesseract ( string path, string lng ) : System
path string
lng string
return System