Atalasoft
Welcome to Atalasoft Community Sign in | Join | Help
in

Can OCR report back on page rotation

Last post 24 Mar 2008, 1:21 PM by RickM. 1 replies.
Sort Posts: Previous Next
  •  21 Mar 2008, 2:45 PM 13521

    Can OCR report back on page rotation

    I am using the GlyphReader  OCR engine - my questions is: can the ocr engine report back to me the rotation of a page. The engine/encoder correctly rotates the page during output to PDF if I set the appropriate property on the PDF encoder - but I want some method to rotate a page as it is scanned in - my plan is to peform some quick ocr on a region and hopefully have some way of getting something back from the engine to tell what its current rotation is so I can correct it in the WorkspaceViewer.
    Filed under:
  •  24 Mar 2008, 1:21 PM 13539 in reply to 13521

    Re: Can OCR report back on page rotation

    When the OnImageTransformation event is called it passes you preprocessingArgs. This will contain the rotated image. What you can do is cancel the OCR engine process via progressArgs.Cancel and then take this image and use it for your own purposes

View as RSS news feed in XML