import "github.com/unidoc/unipdf/v3/internal/jbig2/internal"
const.go
ErrOOB is commonly used error across jbig2 package used when one of decoders returns out of band error.
var ErrOOB = errors.New("out of band")