Click or drag to resize
TesseractOcrJobResponsePdfResultFilePath Property
Gets the filename with the absolute path to the pdf file created in the last ocr job, if the CreatePdfFile property of the TesseractOcrJobRequest was set to True. Please note that it's up to the caller responsability to delete/manage the pdf file created.

Namespace: DevScope.Ocr.Tesseract.WindowsPhone
Assembly: DevScope.Ocr.Tesseract.WindowsPhone (in DevScope.Ocr.Tesseract.WindowsPhone.dll) Version: 255.255.255.255
Syntax
public string PdfResultFilePath { get; }

Property Value

Type: String
The absolute path to the pdf file created in the related ocr job.
See Also