Documentation ¶
Overview ¶
Package fss500 implements a scan source for a Fujitsu ScanSnap iX500 document scanner connected via USB.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SourceFinder ¶
func SourceFinder(ingesterForDefault func() *scaningest.Ingester) scan2drive.ScanSourceFinder
Types ¶
type FSS500Source ¶
type FSS500Source struct {
// contains filtered or unexported fields
}
func (*FSS500Source) CanProcess ¶
func (f *FSS500Source) CanProcess(r *scan2drive.ScanRequest) error
implements scan2drive.ScanSource
func (*FSS500Source) Metadata ¶
func (f *FSS500Source) Metadata() scan2drive.ScanSourceMetadata
implements scan2drive.ScanSource
func (*FSS500Source) ScanTo ¶
func (f *FSS500Source) ScanTo(ingester *scaningest.Ingester) (string, error)
implements scan2drive.ScanSource
type FSS500SourceFinder ¶
type FSS500SourceFinder struct {
// contains filtered or unexported fields
}
func (*FSS500SourceFinder) CurrentScanSources ¶
func (f *FSS500SourceFinder) CurrentScanSources() []scan2drive.ScanSource
implements scan2drive.ScanSourceFinder
Click to show internal directories.
Click to hide internal directories.