uploadcare / uploadcare-java

Java API client that handles uploads and further operations with files by wrapping Uploadcare Upload and REST APIs.
https://uploadcare.com
Apache License 2.0
5 stars 13 forks source link

Add missing property in ImageInfo and feature un CdnPathBuilder #39

Closed fcalafat closed 3 years ago

fcalafat commented 3 years ago

Add datetimeOriginal in ImageInfo Add face detection to CdnPathBuilder

Description

The file information API returns the originalDatetime from the Exif metadata but the client was ignoring it (https://uploadcare.com/docs/delivery/cdn/#file-info)

I also added /detect_faces to the CdnPathBuilder but I'm not sure this is something you want in the client

Checklist

dmitry-mukhin commented 3 years ago

@fcalafat thanks! hoping to push this to maven tonight