emtellipro

This is the SDK for interacting with the Emtellipro engine API. The main entry point is the Emtellipro class which will handle all the details for submitting documents and retrieving results.

Subpackages

  • db - This is a package for storing data returned by the Emtellipro API through the…
  • resources
  • load - This module contains all the code necessary for loading input documents from…

Submodules

  • data - This module contains all data structures used to represent documents and…
  • auth - This module contains all the classes and methods necessary for authenticating…
  • exc - All the exceptions raised by code in this library are contained in this module…
  • utils - These are some convenience functions for some common tasks.
  • flatten - This module provides a method for flattening JSON files from emtelliPro, in a…
  • ccd - This module provides methods for reading and working with CCD files…
  • engine - This module contains the Emtellipro class and related classes for…
  • version - Version information for package to be used both by the setup.py and the package…