--- license: mit language: - th - en base_model: Adun/olmOCR-7B-thai-v2 tags: - text-generation-inference - image-to-text - ocr - thai - qwen2_5_vl - document-understanding - multilingual --- # Deployable Version of olmOCR-7B-thai-v2 This repository contains a version of the `Adun/olmOCR-7B-thai-v2` model that has been configured for easy deployment on Hugging Face Inference Endpoints. ## Original Model Information (ข้อมูลโมเดลต้นฉบับ) All credit for the model's training and performance goes to the original author, Khun Adun. * **Original Model:** [Adun/olmOCR-7B-thai-v2](https://huggingface.co/Adun/olmOCR-7B-thai-v2) * **Original Author:** Adun * **Contact:** amphan.cm@gmail.com | LINE: adunnan For detailed information, please refer to the original model's page. ## Files Added for Deployment The following files were added to this repository: * `handler.py`: To handle the inference logic. * `requirements.txt`: To specify necessary Python packages.