mindee / mindee-api-python

Mindee API Helper Library for Python
https://mindee.com
MIT License
39 stars 5 forks source link

Add line items #150

Closed ianardee closed 1 year ago

ianardee commented 1 year ago

Description

:sparkles: add basic support for line items (copied from internal library)

How Has This Been Tested

New unit tests added.

Types of changes

ianardee commented 1 year ago

Now that merge_polygons_as_polygon exists, merge_polygons_as_bounding_box basically becomes redundant, as it's equivalent to a get_bounding_box on the resulting merged polygon anyway. Should we get rid of it?

Good point, thanks