qwen_vl_utils transformers>=4.51.3
ComfyUI-Easy-DotsOCR is a custom node for ComfyUI that provides text extraction via the DotsOCR engine. This node enables users to extract text from images directly within ComfyUI workflows.
custom_nodes directory:“`bash
git clone https://github.com/yolain/ComfyUI-Easy-DotsOCR
“`
“`bash
pip install -r requirements.txt
“`
Download All models to ComfyUI/models/LLM/dots-ocr
This project is developed based on dots.ocr. Many core OCR functionalities are adapted from this upstream project. Please refer to their repository for more details and credits.
dots.py: Core OCR logicnodes.py: ComfyUI node definitionsutility/: Helper functions for image and download operationsprompt_templates.yaml: Prompt templates for OCR tasksrequirements.txt: Python dependenciesThis project inherits the license from dots.ocr. Please review their license terms before use.
For issues or feature requests, please open an issue on this repository.