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