Version:
interface
OcrPluginConfiguration
Configuration options for the OCR plugin.
typescript
interface OcrPluginConfigurationProperties
| Name | Type | Description |
|---|---|---|
dataPath? | string | Custom path for storing downloaded language data files. Defaults to the @nut-tree/ocr package data directory. |
languageModelType? | LanguageModelType | The Tesseract language model type to use (LanguageModelType.DEFAULT, LanguageModelType.FAST, or LanguageModelType.BEST). |
Was this page helpful?