Properties

Parameters

The OCRAgent accepts 1 optional argument:

OCRAgent(model(Optional))
model
OCRModel
required

The selected model. All supported OCRModel models can be found below:

Example

Say we’re interested in extracting the license plate from this image:

example.py
OCRAgent(model=TextractModel())