We are implementing our OCR module to work with most Tiff images. I was able able to build most of the workflow using your TessBaseAPI.
Can you help me with a way to correctly implement "Re scaling" and "Autototate" for most images using the functions:
pixScale()
pixRotate()
base on image info using ResultIterator.Orientation(out orientation, out direction, out order, out deskewAngle)
(After this Rescale and Auto-rotate I will using Deskew function.)
We are implementing our OCR module to work with most Tiff images. I was able able to build most of the workflow using your TessBaseAPI. Can you help me with a way to correctly implement "Re scaling" and "Autototate" for most images using the functions: pixScale() pixRotate()
base on image info using ResultIterator.Orientation(out orientation, out direction, out order, out deskewAngle)
(After this Rescale and Auto-rotate I will using Deskew function.)