Macros§
Structs§
- Image
Source - View of an image, for use with OcrEngine::prepare_input.
- OcrEngine
- Detects and recognizes text in images.
- OcrEngine
Params - Configuration for an OcrEngine instance.
- OcrInput
- Input image for OCR analysis. Instances are created using OcrEngine::prepare_input
- Text
Char - Details of a single character that was recognized.
- Text
Line - Result of recognizing a line of text.
- Text
Word - Subsequence of a TextLine that contains a sequence of non-space characters.
Enums§
- Decode
Method - Method used to decode sequence model outputs to a sequence of labels.
- DimOrder
- Specifies the order in which pixels are laid out in an image tensor.
- Image
Pixels - View of an image’s pixels, in either (height, width, channels) or (channels, height, width) order.
- Image
Source Error - Errors that can occur when creating an ImageSource.