OCR model for recognizing characters in images
Creates a new OCR model
Optional custom path to the ONNX model file
Private
Character set for recognition
Path to the ONNX model file
ONNX inference session
Loads the ONNX model for inference
A promise that resolves when the model is loaded
Predicts text from an image
The image buffer to process
A promise that resolves to the recognized text
Downloads the ONNX model from GitHub
A promise that resolves when the model is downloaded
If the download fails
Reshapes a flat tensor into a 3D array
The flat tensor data
The target shape [batchSize, seqLength, numClasses]
Reshaped 3D array
Computes argmax along a specified axis
The input tensor
The axis along which to compute argmax (only 2 is supported)
The indices of maximum values
Generated using TypeDoc
OCR model for recognizing characters in images