C# Класс VietOCR.NET.OCRHelper

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PerformOCR ( string imageFile, string outputFile, string langCode, string pageSegMode, string outputFormat ) : void

Performs OCR for bulk/batch and console operations.

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

PerformOCR() публичный статический Метод

Performs OCR for bulk/batch and console operations.
public static PerformOCR ( string imageFile, string outputFile, string langCode, string pageSegMode, string outputFormat ) : void
imageFile string Image file
outputFile string Output file without extension
langCode string language code
pageSegMode string page segmentation mode
outputFormat string format of output file. Possible values: text, text+ (with post-corrections), hocr
Результат void