How to merge traindata file in tesseract?

ocr, tesseract

Solution

Beginning Tesseract 3.02, you don't need to merge or combine traineddata files. The command is as follows:

tesseract image.tif out -l eng+spa

Problem

Hello everyone, Is there any way to merge or combine traindata files for different fonts and user them in Tesseract-OCR?

Original source