What is EasyOCR?
Ready-to-use OCR with 80+ supported languages using deep learning models. Best for multi-language support with high accuracy.Usage
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
languages | List[str] | ['en'] | List of language codes to detect |
gpu | bool | False | Enable GPU acceleration for faster processing |
rotation_fix | bool | False | Auto-detect and fix image rotation |
enhance_contrast | bool | False | Enhance image contrast |
remove_noise | bool | False | Apply noise reduction |
confidence_threshold | float | 0.0 | Minimum confidence for text blocks |
paragraph | bool | False | Group text into paragraphs |
min_size | int | 10 | Minimum text region size |
text_threshold | float | 0.7 | Text detection threshold |

