Understand the Rapid LaTeX OCR framework
mainRapid LaTeX OCR is a deployment-optimized version of LaTeX-OCR. It uses ONNXRuntime or OpenVINO for inference with models converted to ONNX format.
Key distinctions:
- Inference only: This repository contains simplified reasoning code for faster and easier deployment. It does not contain training code.
- Model format: All models are provided in ONNX format.
- Training: If you need to train a custom model, you must use the original LaTeX-OCR repository.