Hi. Im using flexicapture SDK 11 and extracting by code the coordinates of the "Region.BoundingRectangle"
But Im guessing that those extracted coordinates are relative to the PREPROCESSED/rotated image, so when i try to use those coordinates to the ORIGINAL image (exported by the processor) there's a little offset as the image is rotated
Can i do one of both? export the images after the preprocessing is applied, or geting the preprocess used values (exploring "page.ImageRotation" property maybe?)
UPDATE: found the angle in page.Image.SkewAngle . However there is still some offset, perhaps due to clipping the blank margins of the preprocessed image. Is there any property where i could get that?
Comments
1 comment
Finally solved it using ConvertCoordinates()
Please sign in to leave a comment.