Herror ::concat_ocr_trainf (
    const HTuple &SingleFiles,
    const HTuple &ComposedFile
)

Concatenation of trainings files.

The operator ::concat_ocr_trainf stores all characters which are contained in the files SingleFiles into a new file with the name ComposedFile.


Parameters

SingleFiles (input_control)
filename-array -> HTuple.char *
Name of the single training files.
Default value: ''

ComposedFile (input_control)
filename -> HTuple.char *
Name of the composed training file.
Default value: 'all_characters'


Result

If the parameters are correct, the operator ::concat_ocr_trainf returns the value H_MSG_TRUE. Otherwise an exception will be raised.


Possible Predecessors

::write_ocr_trainf, ::append_ocr_trainf


Possible Successors

::trainf_ocr_class_box, ::info_ocr_class_box, ::write_ocr, ::do_ocr_multi, ::do_ocr_single


Module

Optical character recognition



Copyright © 1996-2002 MVTec Software GmbH