Class RenderedFormat
Inheritance
System.Object
RenderedFormat
Assembly: IronOcr.dll
public sealed class RenderedFormat : Enum
Select the output a Tesseract result renderer produces with RenderedFormat. TEXT emits plain recognized text and PDF builds a searchable PDF with an invisible text layer over the page image. HOCR produces hOCR XHTML that carries word positions and confidence, BOX writes Tesseract box-file coordinates for training, and UNLV emits the legacy UNLV zone format. Pick PDF for a searchable document or HOCR when downstream code needs per-word geometry. The searchable PDF how-to covers the PDF output path.
Fields
Declaration
public const RenderedFormat BOX
Field Value
Declaration
public const RenderedFormat HOCR
Field Value
Declaration
public const RenderedFormat PDF
Field Value
TEXT
Declaration
public const RenderedFormat TEXT
Field Value
Declaration
public const RenderedFormat UNLV
Field Value
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|