Version:
enum
LanguageModelType
Tesseract language model type, trading off speed vs. accuracy.
Members
| Name | Value | Description |
|---|---|---|
BEST | tessdata_best | Highest accuracy model, slower inference. |
DEFAULT | tessdata | Standard accuracy model (balanced). |
FAST | tessdata_fast | Fastest model with lower accuracy. |
Was this page helpful?