Search Results for

    Show / Hide Table of Contents

    ScanClient

    Module for working with the simplic scan client

    Import and usage of the module

    Calling any static methods

    Using simple import simplic statement

    import simplic
    
    # usage
    simplic.ScanClient.METHOD(...)
    

    Using simple from simplic import ... statement

    from simplic import ScanClient
    
    # usage
    ScanClient.METHOD(...)
    

    Properties

    Methods

    show_dialog

    Show the simplic scan client as dialog

    Name Summary
    documents Document which will be loaded into the scan client
    extension File extension
    • Improve this Doc
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx