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
`stext_page_as_json_from_page` was using `unwrap` for reading the mupdf
json stream. This was causing panic when the stream was not a valid
utf-8.
The function now returns the `error` in such cases.
0 commit comments