uploadcare / pyuploadcare

Build file handling in minutes. Upload or accept user-generated content, store, transform, optimize, and deliver images, videos, and documents to billions of users.
https://uploadcare.com/
MIT License
127 stars 31 forks source link

Document the "Document info" method #298

Open rsedykh opened 2 months ago

rsedykh commented 2 months ago

https://uploadcare.com/api-refs/rest-api/v0.7.0/#tag/Conversion

https://github.com/uploadcare/pyuploadcare/issues/258#issuecomment-1791593370

It is implemented, but not documented as a separate method.

See https://pyuploadcare.readthedocs.io/en/latest/core_api.html#document-conversion: converted_group: FileGroup = file.get_converted_document_group(DocumentFormat.jpg)