Ocr |
The OcrOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| Dpi | The default resolution in DPI used for OCR Each page's optimal OCR resolution is determined automatically, such that all images and text can be recognized. The default resolution is chosen if it is within the range of optimal resolutions. The range should be within the resolutions supported by the OCR engine. Most OCR engines are optimized for resolutions around 300 DPI. Default value: 300.0 | |
| ImageOptions | The options for image processing Options controlling how images in the PDF are processed during OCR. | |
| MaxDpi | The maximum resolution in DPI used for OCR Default value: 400.0 | |
| MinDpi | The minimum resolution in DPI used for OCR Default value: 200.0 | |
| PageOptions | The options for page processing Options controlling page-level OCR processing and tagging. | |
| ProcessEmbeddedFiles | Whether to process embedded files recursively If enabled, embedded PDF files are also processed with OCR. The default is to copy all embedded files as-is. Default value: | |
| TextOptions | The options for text processing Options controlling how existing text is processed during OCR. |