Hi Epin, On Sat, Jan 18, 2014 at 01:32:11AM -0800, Epin Dorsal wrote: > I've been looking for a soft means for recognition the > international phonetic transcription, may be applied into C++ Builder. Would > you help me to find it, please!
Tesseract could certainly be used to recognise the International Phonetic Alphabet, though to my knowledge nobody has trained it for that yet. As there are quite a lot of different diacritics the training set would be quite large, but that's no problem, particularly if you use a tool like VietOCR[0] or my tools[1] to generate the training images. Detailed instructions for training Tesseract can be found on the Tesseract wiki[2]. Tesseract has a C++ API, so you can certainly integrate it into a C++ project. Hope this helps. If you need more advice, please try to be specific in your question. Nick 0. http://vietocr.sourceforge.net/training.html 1. https://gitorious.org/ancient-greek-training-for-tesseract/tesstrainingtools 2. https://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 -- -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en --- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

