Mike Peterson
Mike Peterson
@jsw-austin We are able to reproduce this issue with the Canon CR-50 (and probably the other Canon check scanners). What type of scanner are you able to reproduce this with?
@nlBayside Do you have a little more of the StackTrace and exception info? It sounds like you are getting a Null Value Exception, but I don't see that in the...
As far as a workaround, one way that might help is to implement an IOperationFilter and fill it in ```C# public class MyOperationFilter : IOperationFilter { public void Apply( Operation...