Click or drag to resize

OCRModuleApplyOCRXmlToPDF Method

Add hidden text layer to a PDF consisting of raster image(s).

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static void ApplyOCRXmlToPDF(
	PDFDoc dst,
	string xml
)

Parameters

dst
Type: pdftron.PDFPDFDoc
The source and destination document
xml
Type: SystemString
XML representing OCR results
See Also