quantizeOCR
Syntax
Description
quantizes the specified optical character recognition (OCR) model
outputFileName = quantizeOCR(inputFileName,outputModelName)inputFileName and stores it in the present working directory,
specified by outputModelName.
quantizeOCR quantizes the weights of an OCR model to produce a new
OCR model that is faster and use less memory, but at the cost of reduced accuracy in
results.
specifies the location to store the returned quantized model, in addition to the input
arguments from the previous syntax.. By default, outputFileName = quantizeOCR(___,OutputLocation=location)location is set to the
present working directory. Specify location as a character vector or
string scalar of the absolute or relative path for the desired output location
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023a
