C# Класс Strabo.Core.OCR.WrapperTesseract

Wrapper class for Tesseract OSC Engine
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
alphnumericratio ( string temp ) : bool

Описание методов

ExtractTextToGEOJSON() публичный Метод

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
Результат void

WrapperTesseract() публичный Метод

Initializes and creates the tessearct engine
public WrapperTesseract ( string path, string lng ) : System
path string
lng string
Результат System