C# Class Strabo.Core.OCR.WrapperTesseract

Wrapper class for Tesseract OSC Engine
Afficher le fichier Open project: usc-isi-i2/strabo-arcstrabo Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
alphnumericratio ( string temp ) : bool

Method Details

ExtractTextToGEOJSON() public méthode

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
Résultat void

WrapperTesseract() public méthode

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