Alright solved it:
Some image libraries appearantly introduce some bytes and bits at the
end of each line of image data.

However those libraries come with a function that lets you avoid
trouble with the data like I had:

Use FreeImage_GetPitch instead of FreeImage:GetWidth or in openCV use
img->widthStep instead of img->width
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to