MMIF Python SDK¶
This is the documentation for the mmif-python package, a Python implementation for the MultiMedia Interchange Format (MMIF). MMIF is a JSON(-LD)-based data format designed for transferring annotation data between computational analysis applications of the CLAMS project. For descriptions of the CLAMS project and the MMIF format see https://clams.ai and https://mmif.clams.ai. The GitHub repository for the package is at https://github.com/clamsproject/mmif-python.
What’s New in 1.3.1¶
(Full changelog available in the CHANGELOG.md)
Overview¶
Bug-fix release to address broken as_PIL=True option in extract_frames_as_images.
Changes¶
Fix
PIL.Imageimport failure in_check_cv_depby switching fromimportlib.__import__toimportlib.import_module(https://github.com/clamsproject/mmif-python/pull/377)
Contents