ページをスキャンしたいです。画像スキャン私のブラザーADS-1700Wスキャナー。私が思いついたコマンドは次のとおりです。
scanimage -d "brother5:bus3;dev2" --mode "Black & White" --resolution 300 --AutoDescew=yes --format tiff >out.tiff
これにより、次のエラーが発生します。
unrecognized option '--AutoDescew'
私のスキャナはAutoDescewオプションをサポートしているようです。私はこれを実行して確認しました。
scanimage -h
これにより、次のような結果が得られます。
Options specific to device `brother5:bus3;dev2': :
--mode 24bit Color[Fast]|Black & White|True Gray|Gray[Error Diffusion] [24bit Color[Fast]]
Select the scan mode
--resolution 100|150|200|300|400|600|1200dpi [100]
Sets the resolution of the scanned image.
--source Automatic Document Feeder(left aligned)|Automatic Document Feeder(center aligned)|Automatic Document Feeder(left
aligned,Duplex)|Automatic Document Feeder(center aligned,Duplex)|Card
Slot|Card Slot(Duplex) [Automatic Document Feeder(left aligned)]
Selects the scan source (such as a document-feeder).
--brightness -50..50% (in steps of 1) [inactive]
Controls the brightness of the acquired image.
--contrast -50..50% (in steps of 1) [inactive]
Controls the contrast of the acquired image.
--MultifeedDetection[=(yes|no)] [inactive]
--AutoDocumentSize[=(yes|no)] [no] [advanced]
--AutoDeskew[=(yes|no)] [no] [advanced]
--SkipBlankPage[=(yes|no)] [inactive]
--SkipBlankPageSensitivity 0..100% (in steps of 1) [inactive]
このオプションが「認識されていません」であるのはなぜですか? 「詳細」と表示されているオプションに関連していますか?
ボーナス質問:「非アクティブ」オプションを有効にするには?例えばSkipBlankPage
?私のスキャナーがこの機能をサポートしていることを知っていますが、それを有効にする方法がわかりません...
答え1
オプションは--AutoDeskew
試してみることです--AutoDescew
(「k」ではなく「c」)。