You are here: Start » AVL.NET » OcrPretrainedModel Enumeration
OcrPretrainedModel Enumeration
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Type of pretrained OCR model.
Members
| Member name | Description |
|---|---|
| Balanced | Suited for most applications. Does not return masks. |
| Extended | Slower but more precise. Also returns masks for each character. |
| Fast | Faster but less precise. Does not return masks. |
