Automatic Size and Skew detection

Issue #92 resolved
Brandon B. created an issue

Based on existing Fujitsu TWAIN Driver settings, there is an option for "Automatic Page Size Detection" on the Fujitsu fi-6130 scanner. See attached Fujitsu TWAIN dialog screenshot.

Is this capability exposed in TWAIN and if so is it settable via NTwain?

I have a business requirement to support a user scanning documents in either letter or legal paper sizes (possibly mixed) but I cannot prompt the user to input the paper size. The scan runs with no GUI. My understanding is that automatic skew will handle this scenario.

I would like to avoid calculating the approximate paper size based on image height to width pixel ratio.

Comments (3)

  1. Brandon B. reporter

    Thank you for your reply hangy. The tools, Twister & Twirl, from Atalasoft were helpful in finding the capabilities being manipulated by the Fujitsu scanner dialog. Using the 'Monitor' feature of Twirl, I was able to see the two capabilities being used were ICapOverScan (Auto) & ICapAutomaticBorderDetection (True). Setting the supported paper size to U.S. legal handles my scenario.

    However, I will still need to evaluate the image height to width pixel ratio when creating PDF pages (letter or legal) when using another library.

  2. Log in to comment