CommandOcrSync - метод

Definition

Пространство имён: Tessa.Extensions.Default.Console.TextRecognition.Sync
Сборка: Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 4.0.4
C#
[VerbAttribute("OcrSync")]
[LocalizableDescriptionAttribute("Common_CLI_OcrSync")]
public static Task OcrSync(
	[OutputAttribute] TextWriter stdOut,
	[ErrorAttribute] TextWriter stdErr,
	[ArgumentAttribute][LocalizableDescriptionAttribute("Common_CLI_SourceFile")] string sourceFile,
	[ArgumentAttribute("target")][LocalizableDescriptionAttribute("Common_CLI_Target")] string? target = null,
	[ArgumentAttribute("lang")][LocalizableDescriptionAttribute("Common_CLI_Languages")] IEnumerable<OcrLanguage>? languages = null,
	[ArgumentAttribute("mode")][LocalizableDescriptionAttribute("Common_CLI_SegmentationMode")] OcrSegmentationMode segmentationMode = OcrSegmentationMode.AutoOsd,
	[ArgumentAttribute("cf")][LocalizableDescriptionAttribute("Common_CLI_Confidence")] int confidence = 50,
	[ArgumentAttribute("pp")][LocalizableDescriptionAttribute("Common_CLI_Preprocess")] bool preprocess = false,
	[ArgumentAttribute("dr")][LocalizableDescriptionAttribute("Common_CLI_DetectRotation")] bool detectRotation = true,
	[ArgumentAttribute("dt")][LocalizableDescriptionAttribute("Common_CLI_DetectTables")] bool detectTables = false,
	[ArgumentAttribute("db")][LocalizableDescriptionAttribute("Common_CLI_DetectBarcodes")] bool detectBarcodes = false,
	[ArgumentAttribute("ow")][LocalizableDescriptionAttribute("Common_CLI_Overwrite")] bool overwrite = false,
	[ArgumentAttribute("q")][LocalizableDescriptionAttribute("Common_CLI_Quiet")] bool quiet = false,
	[ArgumentAttribute("nologo")][LocalizableDescriptionAttribute("CLI_NoLogo")] bool nologo = false
)

Параметры

stdOut  TextWriter
 
stdErr  TextWriter
 
sourceFile  String
 
target  String  (Optional)
 
languages  IEnumerableOcrLanguage  (Optional)
 
segmentationMode  OcrSegmentationMode  (Optional)
 
confidence  Int32  (Optional)
 
preprocess  Boolean  (Optional)
 
detectRotation  Boolean  (Optional)
 
detectTables  Boolean  (Optional)
 
detectBarcodes  Boolean  (Optional)
 
overwrite  Boolean  (Optional)
 
quiet  Boolean  (Optional)
 
nologo  Boolean  (Optional)
 

Возвращаемое значение

Task

См. также