OCRInput
A track that contains data from Optical Character Recognition (OCR), to use to create a searchable PDF.
Specify the Result
, WordResult
, or CharResult
track from an OCR analysis task. Micro Focus recommends using the WordResult
track, but you can use CharResult
if you need accurate bounding boxes for individual characters. If the source document includes text elements in addition to images of text, and you want to include text from the text elements in the encoded output, use the Result
track.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | TaskName |
Example: | OCRInput=MyOCR.CharResult
|
See Also: | ImageInput |