UnderDoc Python SDK

Introduction

The best way to use UnderDoc programatically is to use our Python SDK. It provides a simple to use interface for expense image processing instead of directly interact with our Rest API.


1. Requirements

  • Python 3.10 or above

2. Installation

Use pip

Install UnderDoc Python SDK
1
2

pip install underdoc

3. Code examples

You can refer to the code examples included in our SDK’s Github repository (https://github.com/under-doc/underdoc-python-sdk)