| Package | Description |
|---|---|
| com.itextpdf.pdf2data |
| Modifier and Type | Method and Description |
|---|---|
SerializationProperties |
SerializationProperties.setIncludeMetaData(boolean includeMetaData)
Sets if metadata will be extracted during serialization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecognitionResultHolder.writeToJson(File outputJson, SerializationProperties properties)
Writes holded result into the specified file as JSON.
|
void |
RecognitionResultHolder.writeToJson(OutputStream jsonOutputStream, SerializationProperties properties)
Writes holded result into the specified output stream as JSON.
|
void |
RecognitionResultHolder.writeToXml(File outputXml, SerializationProperties properties)
Saves recognition results to provided xml file.
|
void |
RecognitionResultHolder.writeToXml(OutputStream xmlOutputStream, SerializationProperties properties)
Saves recognition results to output stream in xml form.
|
Copyright © 2024. All rights reserved.