scanimage: 인식할 수 없는 옵션

scanimage: 인식할 수 없는 옵션

페이지를 스캔하고 싶습니다.이미지 스캔내 Brother 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").

관련 정보