OCR2LaTeX is a Streamlit-based application that converts images of mathematical formulas or tables into LaTeX code. Using OCR and a fine-tuned LLaMA model, the app provides LaTeX code along with usage instructions, making it easier to integrate into your documents.
- Image Upload: Upload images containing formulas or tables.
- OCR Processing: Extract text and structure from the image using OCR.
- LaTeX Code Generation: Generate accurate LaTeX code for formulas and tables.
- User-Friendly Output: Get step-by-step instructions for using the LaTeX code.
- Streamlit: For building the interactive web app.
- Pytesseract: For OCR processing.
- LLaMA: For generating LaTeX code and explanations.
- Python: Core programming language.
