https://github.com/prodogape/ComfyUI-EasyOCR
This node is primarily based on Easy-OCR to implement OCR text recognition functionality.
https://github.com/prodogape/ComfyUI-EasyOCR
Last synced: 4 months ago
JSON representation
This node is primarily based on Easy-OCR to implement OCR text recognition functionality.
- Host: GitHub
- URL: https://github.com/prodogape/ComfyUI-EasyOCR
- Owner: prodogape
- Created: 2024-05-31T08:16:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-11T02:17:02.000Z (over 1 year ago)
- Last Synced: 2024-07-11T03:56:04.466Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 7.2 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-EasyOCR** - OCR to implement OCR text recognition functionality. (All Workflows Sorted by GitHub Stars)
- awesome-comfyui - **ComfyUI-EasyOCR** - OCR to implement OCR text recognition functionality. (Workflows (3395) sorted by GitHub Stars)
README
# ComfyUI-EasyOCR
This node is primarily based on Easy-OCR to implement OCR text recognition functionality.

# README
- [English](README.md)
- [简体中文](readme/README.zh_CN.md)
# NODES
|name |description |
|------------------------------|---------------------------------------------------------------------------|
|Apply EasyOCR |the OCR model will be used, and the model will be automatically downloaded.|
# INSTALL
This node calls the official Python package, and you also need to install the following dependencies:
```
pip install easyocr
```
# MODEL
This node will automatically download the corresponding model based on the language you select.
```
ComfyUI
models
EasyOCR
latin_g2.pth
zh_sim_g2.pth
craft_mlt_25k.pth
```