Release notes

1.6.7 – February 20, 2019

  • Given a list of images or of image URLs, extract the associated label metadata using extract_label_metadata method.

1.6.6 – January 03, 2019

  • Added support for WebP image format.

1.6.4 – June 05, 2018

  • Added support for wine variety extraction.
  • The locations returned by WineEngine for wine varieties are provided as percentage values computed relative to image’s dimensions.

1.6.3 – November 24, 2017

  • Given a list of collection image file paths, retrieve the associated label metadata from the index using get_label_metadata method.
  • The locations returned by WineEngine for labels and vintages are provided as percentage values computed relative to image’s dimensions.

1.6.2 – October 10, 2017

  • Improved wine label detection and vintage extraction.
  • All images (collection and query/mobile) should be scaled to 1000px on the smaller dimension (up from 600px).

1.6.0 – August 18, 2016

  • WineEngine returns the vintage read from the mobile photo label. It is optional for you to make use of this, but we would recommend it!
  • All images (collection and query/mobile) should be scaled to 600px on the smaller dimension (up from 300px).
  • WineEngine sends bounding boxes for both the label area and vintage area in photos.
  • Removed unnecessary paramaters: min_score, offset, and check_horizontal_flip from POST search.