CommandOcrAsync - метод

Definition

Пространство имён: Tessa.Extensions.Default.Console.TextRecognition.Async
Сборка: Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 4.0.4
C#
[VerbAttribute("OcrAsync")]
[LocalizableDescriptionAttribute("Common_CLI_OcrAsync")]
public static Task OcrAsync(
	[OutputAttribute] TextWriter stdOut,
	[ErrorAttribute] TextWriter stdErr,
	[ArgumentAttribute][LocalizableDescriptionAttribute("Common_CLI_FileIdentifier")] string fileIdentifier,
	[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("a")][LocalizableDescriptionAttribute("Common_CLI_Address")] string? address = null,
	[ArgumentAttribute("i")][LocalizableDescriptionAttribute("Common_CLI_Instance")] string? instanceName = null,
	[ArgumentAttribute("u")][LocalizableDescriptionAttribute("Common_CLI_UserName")] string? userName = null,
	[ArgumentAttribute("p")][LocalizableDescriptionAttribute("Common_CLI_Password")] string? password = null,
	[ArgumentAttribute("q")][LocalizableDescriptionAttribute("Common_CLI_Quiet")] bool quiet = false,
	[ArgumentAttribute("nologo")][LocalizableDescriptionAttribute("CLI_NoLogo")] bool nologo = false
)

Параметры

stdOut  TextWriter
 
stdErr  TextWriter
 
fileIdentifier  String
 
languages  IEnumerableOcrLanguage  (Optional)
 
segmentationMode  OcrSegmentationMode  (Optional)
 
confidence  Int32  (Optional)
 
preprocess  Boolean  (Optional)
 
detectRotation  Boolean  (Optional)
 
detectTables  Boolean  (Optional)
 
detectBarcodes  Boolean  (Optional)
 
overwrite  Boolean  (Optional)
 
address  String  (Optional)
 
instanceName  String  (Optional)
 
userName  String  (Optional)
 
password  String  (Optional)
 
quiet  Boolean  (Optional)
 
nologo  Boolean  (Optional)
 

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

Task

См. также