Problem on Patch documents detection

Last post 03-01-2010, 3:22 AM by RJC. 5 replies.
Sort Posts: Previous Next
  •  01-18-2010, 2:07 AM 217513

    Problem on Patch documents detection .NET

    Attachment: Present (inaccessible)
    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.
               
     
  •  01-18-2010, 3:58 AM 217531 in reply to 217513

    Re: Problem on Patch documents detection .NET

    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.

    Best Regards,
    Saqib Razzaq
    Support Developer, Aspose Sialkot Team
    http://www.aspose.com
    Your File Format Experts
     
  •  02-16-2010, 12:40 PM 222535 in reply to 217531

    Re: Problem on Patch documents detection

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


     
  •  02-17-2010, 5:50 AM 222647 in reply to 222535

    Re: Problem on Patch documents detection .NET

    Hi,

    We are still working on it and will notify you as soon as it is resolved. Sorry for the inconvenience.

    Best Regards,
    Saqib Razzaq
    Support Developer, Aspose Sialkot Team
    http://www.aspose.com
    Your File Format Experts
     
  •  02-27-2010, 2:23 PM 224499 in reply to 217513

    Re: Problem on Patch documents detection

    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.
     
  •  03-01-2010, 3:22 AM 224556 in reply to 224499

    Re: Problem on Patch documents detection

    Attachment: Present (inaccessible)
    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?
     
View as RSS news feed in XML