You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in #1315 (comment)
the recently added payloadData support, introduces a new bug: Previously MLKit on iOS removed the header / padding bytes for us.
But with the Vision API that isn't the case.
We should restore this behavior and also add a caveat in the README for users that use the currently broken implementation.
Unfortunately the MLKit implementation is closed source, so we cannot leverage the implementation details from it.
As mentioned in #1315 (comment)
the recently added
payloadData
support, introduces a new bug: Previously MLKit on iOS removed the header / padding bytes for us.But with the Vision API that isn't the case.
We should restore this behavior and also add a caveat in the README for users that use the currently broken implementation.
Unfortunately the MLKit implementation is closed source, so we cannot leverage the implementation details from it.
cc @disptr
The text was updated successfully, but these errors were encountered: