Metadata-Version: 1.1
Name: lucidtech-las-cli
Version: 0.0.4
Summary: Command Line Interface for Lucidtech AI Services
Home-page: https://github.com/LucidtechAI/las-cli
Author: August Kvernmo
Author-email: august@lucidtech.ai
License: Apache 2.0
Description: # Command Line Interface for Lucidtech AI Services
        
        ## Installation
        
        ```bash
        $ pip install lucidtech-las-cli
        ```
        
        ## Usage
        
        Configure program
        
        ```bash
        las configure
        ```
        
        Scan Receipt
        
        ```bash
        las scan --filename img.jpeg
        las scan --url https://example.com/img.jpeg
        ```
        
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet
