{ "$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json", "model": "easy_ocr", "family": "easyocr", "size": "latin", "capabilities": [ "text-detection", "text-recognition" ], "backend": "coreml", "license": "apache-2.0", "variants": [ { "file": "easy_ocr_latin_coreml_int8.pte", "precision": "int8", "quantized": true, "default": true, "size_bytes": 26920810, "methods": { "detect": { "inputs": [ { "shape": [ 1, 3, -1, -1 ], "dtype": "float32" } ], "outputs": [ { "shape": [ 1, -1, -1, 2 ], "dtype": "float32" } ] }, "recognize": { "inputs": [ { "shape": [ 1, 3, 64, 512 ], "dtype": "float32" } ], "outputs": [ { "shape": [ 1, 127, 352 ], "dtype": "float32" } ] } } } ] }