| java.lang.Object | |
| ↳ | com.pdftron.pdf.HandwritingICRModule |
The class HandwritingICRModule. static interface to Apryse SDK's handwriting extraction functionality
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static void |
applyICRJsonToPDF(PDFDoc dst, String json)
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.
| ||||||||||
| static String |
getICRJsonFromPDF(PDFDoc src)
Perform handwriting extraction on a PDF and return a JSON object of
detected handwriting as a string.
| ||||||||||
| static String |
getICRJsonFromPDF(PDFDoc src, HandwritingICROptions options)
Perform handwriting extraction on a PDF and return a JSON object of
detected handwriting as a string.
| ||||||||||
| static boolean |
isModuleAvailable()
Find out whether the Handwriting ICR Module is available (and
licensed).
| ||||||||||
| static void |
processPDF(PDFDoc dst, HandwritingICROptions options)
Perform handwriting extraction and add searchable and selectable text to a PDF.
| ||||||||||
| static void |
processPDF(PDFDoc dst)
Perform handwriting extraction and add searchable and selectable text to a PDF.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
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.
| dst | The source and destination document. |
|---|---|
| json | JSON representing handwriting ICR results. |
| PDFNetException |
|---|
Perform handwriting extraction on a PDF and return a JSON object of detected handwriting as a string.
| src | The source document. |
|---|
| PDFNetException |
|---|
Perform handwriting extraction on a PDF and return a JSON object of detected handwriting as a string.
| src | The source document. |
|---|---|
| options | Handwriting ICR options (optional). |
| PDFNetException |
|---|
Find out whether the Handwriting ICR Module is available (and licensed).
| PDFNetException |
|---|
Perform handwriting extraction and add searchable and selectable text to a PDF.
| dst | The source and destination document. |
|---|---|
| options | Handwriting ICR options (optional). |
| PDFNetException |
|---|
Perform handwriting extraction and add searchable and selectable text to a PDF.
| dst | The source and destination document. |
|---|
| PDFNetException |
|---|