Click or drag to resize

OCRModuleApplyOCRJsonToPDF 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 ApplyOCRJsonToPDF(
	PDFDoc dst,
	string json
)

Parameters

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