I develop OCR system based on JavaCV.
I use following libraries for my project:
- https://github.com/bytedeco/javacv
- https://github.com/bytedeco/javacpp-presets/tree/master/tesseract
In one case I need to find some part of an image and recognize letters on it.
I store a part of an image in IplImage type.
But for Tesseract I must use PIX format.
How can I convert IplImage to Pix ?