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
)
Public Shared Sub ApplyOCRXmlToPDF (
dst As PDFDoc,
xml As String
)
public:
static void ApplyOCRXmlToPDF(
[InAttribute] PDFDoc^ dst,
[InAttribute] String^ xml
)
pdftron.PDF.OCRModule.ApplyOCRXmlToPDF = function(dst, xml);
Parameters
- dst
- Type: pdftron.PDFPDFDoc
The source and destination document - xml
- Type: SystemString
XML representing OCR results
See Also