Back to FabImage Library website
You are here: Start » Function Reference » Computer Vision » Optical Character Recognition » LoadOcrMlpModel
LoadOcrMlpModel
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
| Module: | OCR |
Loads serialized OcrMlpModel object from FIDATA file.
Syntax
C++
C#
void fil::LoadOcrMlpModel ( const ftl::File& inFilename, fil::OcrMlpModel& outOcrModel )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inFilename | const File& | Name of the source file | |
![]() |
outOcrModel | OcrMlpModel& | Deserialized OcrMlpModel |


