-
Couldn't load subscription status.
- Fork 100
Closed
Labels
Description
The C FFI has currently two features enabled from the core SDK: file_io and rust_native_crypto as seen here.
It seems though that we need more features enabled, eg. pdf (here). I believe enabling PDF would solve the issue reported on Python side here: contentauth/c2pa-python#131, as the C FFI crate defines the C interface and directs what is available in the native libraries the Python bindings are built upon.
@gpeacock @mauricefisher64 Do you think there are other features that should be enabled for the C FFI? How strong of a gatekeeping do we want/need to decide to enable those?