C# 클래스 Strabo.Core.OCR.WrapperTesseract

Wrapper class for Tesseract OSC Engine
파일 보기 프로젝트 열기: usc-isi-i2/strabo-arcstrabo 1 사용 예제들

공개 메소드들

메소드 설명
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