Problem on Patch documents detection

I’m trying to create windows application to detect an image with patchcode per attached, but I can’t use this code to detect it.

BarCodeReader br = new BarCodeReader(barImage, BarCodeReadType.PatchCode);

while (br.Read())
{
strResult += br.GetCodeText() + " " + br.GetReadType();
}
br.Close();

strresult always returns blank.

btw, I used the same coding style with other images and other readtype. The application successfully recognized it.
I wonder whether aspose.barcode could detect patch documents like this or not.
Or I did something wrong.

Hi,

Thanks for considering Aspose.

The recognition code that you are using is fine. We are looking into the sample image to find out the problem. I have also logged this issue in our bug tracking system (ID: 13564). We will get back to you when we make some progress or fix it. Sorry for the inconvenience.

Since it is already more than a month, I’d like to follow up about the progress of the issue.


The issues you have found earlier (filed as 13564) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.

Thank you very much. Now it works quite well.

However, I have a document which I believe that it is “Patch T” but your product recognized it as “Patch VI”.

Could you confirm whether it works completely correct?