 | 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.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic string InputName { get; set; }Public Property InputName As String
Get
Set
public:
property String^ InputName {
String^ get ();
void set (String^ value);
}member InputName : string with get, set
/** @property */
public String get_InputName()
/** @property */
public void set_InputName(String value)
function get_InputName();
function set_InputName(value);
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