OcrOutput
OcrOutput class
The OcrOutput type exposes the following members:
Constructors
| Name | Description |
|---|
| OcrOutput() | Initializes a new instance of the OcrOutput class |
| OcrOutput(collection, input) | Initializes a new instance of the OcrOutput class |
| OcrOutput(capacity) | Initializes a new instance of the OcrOutput class |
Methods
| Name | Description |
|---|
| save_pdf(full_file_name, embedded_font_path, optimize_pdf) | |
| save_pdf(full_file_name) | |
| save_pdf(stream) | |
| save_pdf(stream, embedded_font_path, optimize_pdf) | |
| save(full_file_name, save_format, embedded_font_path, optimize_pdf) | |
| save(full_file_name, save_format) | |
| save(stream, save_format) | |
| save(stream, save_format, embedded_font_path, optimize_pdf) | |
| add_range(collection) | |
See Also