#include <HandwritingICRModule.h>
The class HandwritingICRModule. static interface to Apryse SDK's handwriting extraction functionality
Definition at line 24 of file HandwritingICRModule.h.
| static void pdftron::PDF::HandwritingICRModule::ApplyICRJsonToPDF |
( |
PDFDoc & |
dst, |
|
|
const UString & |
json |
|
) |
| |
|
static |
Add a searchable and selectable hidden text layer to a PDF consisting of raster image(s) based on handwriting extraction performed in a previous function call.
- Parameters
-
| dst | The source and destination document. |
| json | JSON representing ICR results. |
Perform handwriting extraction on a PDF and return a JSON object of detected handwriting as a string.
- Parameters
-
| src | The source document. |
| options | Handwriting ICR options (optional). |
- Returns
- JSON string representing handwriting extraction results.
| static bool pdftron::PDF::HandwritingICRModule::IsModuleAvailable |
( |
| ) |
|
|
static |
Find out whether the Handwriting ICR Module is available (and licensed).
- Returns
- Returns true if handwriting extraction can be performed.
Perform handwriting extraction and add searchable and selectable text to a PDF.
- Parameters
-
| dst | The source and destination document. |
| options | Handwriting ICR options (optional). |
The documentation for this class was generated from the following file: