Click or drag to resize

OcrApiInputName Property

Gets or sets the name of the input file. Needed for training and reading a UNLV zone file, and for searchable PDF output.

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public string InputName { get; set; }

Property Value

String
Remarks
This property are required for searchable PDF output. We need our hands on the input file so that we can include it in the PDF without transcoding. If that is not possible, we need the original image. Finally, resolution metadata is stored in the PDF so we need that as well.
See Also