Welcome
Guest
Sign up
Sign in
Products
.NET Components
Java Components
SSRS Rendering Extensions
JasperReports Exporters
SharePoint Components
Product Family Packs
Free Utilities & Components
Services
Aspose Consulting
Support Services
Purchase
Buy Online
Free Trials
Purchase Policies
Renewal Policies
Reselling Policies
Find a Reseller
Purchase FAQ
EULA
Sales Support
Support
Docs
Examples
Forums
Blogs
Downloads
Videos
Corporate
About Us
Contact Us
Community
Customers
Press Center
Careers
Privacy Policy
Terms of Use
Aspose.com
»
Public Forums for Customers an...
»
Aspose.BarCode Product Family
»
Re: Problem on Patch documents detection
Problem on Patch documents detection
Last post 03-01-2010, 3:22 AM by
RJC
. 5 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
01-18-2010, 2:07 AM
217513
RJC
Joined on 01-12-2010
Posts 3
Issues:
BARCODENET-13564
(Fixed)
Problem on Patch documents detection
Attachment:
Present (inaccessible)
Subscribe
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
saqib.razzaq
Joined on 10-16-2005
Islamabad, Pakistan
Posts 3,065
Re: Problem on Patch documents detection
Subscribe
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
RJC
Joined on 01-12-2010
Posts 3
Re: Problem on Patch documents detection
Subscribe
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
saqib.razzaq
Joined on 10-16-2005
Islamabad, Pakistan
Posts 3,065
Re: Problem on Patch documents detection
Subscribe
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
aspose.notifier
Joined on 04-14-2009
Posts 8,872
Re: Problem on Patch documents detection
Subscribe
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
RJC
Joined on 01-12-2010
Posts 3
Re: Problem on Patch documents detection
Attachment:
Present (inaccessible)
Subscribe
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?