Back to Aurora Vision Library website
You are here: Start » Function Reference » Computer Vision » Optical Character Recognition » LoadOcrModel
LoadOcrModel
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | OCR |
Loads serialized OcrMlpModel object from AVDATA file.
Syntax
C++
C#
void avl::LoadOcrModel ( const atl::File& inFilename, avl::OcrModel& outOcrModel )


