--- license: apache-2.0 --- Please install `tror-yong-ocr` in order to use the model's weight. ```bash pip install tror-yong-ocr ``` ```python from model import load_model model = load_model() ```