You are here: Start » AVL.NET » OcrPretrainedModel Enumeration

OcrPretrainedModel Enumeration

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Type of pretrained OCR model.

Members

Member nameDescription
BalancedSuited for most applications. Does not return masks.
ExtendedSlower but more precise. Also returns masks for each character.
FastFaster but less precise. Does not return masks.

Remarks

See also