ocrTrainingOptions
Description
The ocrTrainingOptions
object specifies training options for an
optical character recognition (OCR) model.
Creation
Description
creates an ocrOptions
= ocrTrainingOptions(Name=Value
)ocrTrainingOptions
object. Specify one or more properties
using name-value arguments to configure a set of training options, and then use them
with the trainOCR
function to train an OCR model. For example,
CharacterSetSource="base-model"
sets the source of the character
set to use during OCR training to the base model.
Properties
Examples
References
[1] Kingma, Diederik P., and Jimmy Ba. "Adam: A Method for Stochastic Optimization". arXiv, January 29, 2017. https://doi.org/10.48550/arXiv.1412.6980.
Version History
Introduced in R2023a