C# Class VietOCR.NET.OCRHelper

Mostra file Open project: nguyenq/VietOCR3.NET Class Usage Examples

Public Methods

Method Description
PerformOCR ( string imageFile, string outputFile, string langCode, string pageSegMode, string outputFormat ) : void

Performs OCR for bulk/batch and console operations.

Method Details

PerformOCR() public static method

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
return void