C# Class Strabo.Core.TextRecognition.WrapperTesseract

Wrapper class for Tesseract OSC Engine
Exibir arquivo Open project: spatial-computing/strabo-learning-ocr-transformation Class Usage Examples

Public Properties

Property Type Description
_short_word_length int

Public Methods

Method Description
Apply ( string inputPath, string outputPath, string TesseractResultsJSONFileName ) : List
WrapperTesseract ( string path, string lng ) : System

Method Details

Apply() public method

public Apply ( string inputPath, string outputPath, string TesseractResultsJSONFileName ) : List
inputPath string
outputPath string
TesseractResultsJSONFileName string
return List

WrapperTesseract() public method

public WrapperTesseract ( string path, string lng ) : System
path string
lng string
return System

Property Details

_short_word_length public_oe property

public int _short_word_length
return int