Barcode- and Character Recognition component for .Net
I need to extract and decode barcodes and text from images. Is there any open source library available that helps to accomplish that task? If not, do you know a good commercial product? ...
I need to extract and decode barcodes and text from images. Is there any open source library available that helps to accomplish that task? If not, do you know a good commercial product? ...
I'm building the world's simplest library application. All I want to be able to do is scan in a book's UPC (barcode) using a typical scanner (which just types the numbers of the barcode into a field) and then use it to look up data about the book... at a minimum, title, author, year published, and either the Dewey Decimal or Library of C...
I'm seeking a library, technique or advice on how to read an EAN-13 barcode from an image (including ISBN,and ISSN encodings). The image would come from a mobile phone or webcam, so resolution may be quite poor and not well aligned. I'm specifically interested in something that could be used from ruby on rails, but answers for other lan...
My application is preparing a cover-sheet for submitting documents by fax. I identify the batch by printing a Code39 on it. The incoming faxes are received as tif files and my small c# service is polling for new faxes and calling a decoding function. Currently I use a Win32 dll to recognize the barcode (QSbar39) and I am facing some ...
I want to create Code39 encoded barcodes from my application. I know I can use a font for this, but I'd prefer not to as I'd have to register the font on the server and I've had some pretty bad experiences with that. An example of what I've produced after asking this question is in the answers ...
Based on the stackoverflow question titled "Barcode- and Character Recognition component for .Net" we've discovered open source libraries for character recognition, but nothing's turned up for barcode recognition. Does anyone know of an open source .NET barcode reader library? EDIT: I'm asking for a library that can translate barcodes ...
I have barcode images in jpg format and want to extract barcode # from those. Please help! ...
Looking for free/opensource code or description of algorithms to code (simple) and decode (hard) the 2D barcode QR code. It doesn't seem like a trivial problem, but it's so popular in Japan that there must be something already available... ...
I'm working on a small app where I can generate a list of barcodes. I have the correct fonts installed on my computer. Right now I am printing them directly to a webpage and it works properly in Chrome and IE 7, but not Firefox. Does anyone know what Firefox would be doing differently than IE and Chrome? Here is my code: <html> <he...
I have written a program that gets input from a usb second keyboard (actually a barcode scanner). The problem is that if another window is active the data is input there rather than in my program. Could someone give me advice on what I'm doing wrong? #include <stdio.h> #include <string.h> int main(int argc, char * argv[]){ FILE * fp...
First of all, I'm kinda new to the barcode formats and what I do know, I've learned from Wikipedia. We have some barcodes generated by an existing app that uses the Barcode.4NET library. The barcode is in Code 128A format. The code to generate them is pretty simple, looking something like this: // Create the barcode Code128ABarcode c12...
I am struggling to get an Epson "ESC/POS" printer to print barcodes (Using Delphi) and want to test if the printer is not faulty. Do you know where I can find a program to print a barcode in "ESC/POS"? I suppose as a last resort an OPOS program will also be OK. Also, a demo Delphi Program that works will also be fine. All the Delphi sni...
Does anyone know of source code to a free bar code reader algorithm? Ideally in a c/c++/c# based language. Something that processes a bitmap picture of a barcode is fine... Thanks Tony ...
I recently purchased a 2D Barcode reader. When scanning a U.P.S. barcode, I get about half of the information I want, and about half of it looks to be encrypted in some way. I have heard there is a UPS DLL. Example - Everything in bold seems to be encrypted, while the non-bold text contains valuable, legitimate data. [)>01961163522424...
We've got a web-based system that will be printing barcodes into PDF files. What I would love is if there was a free/open source .net component that would accept a text string and hand back a graphic of a bar code. Sure, we could just use a bar-code font, but I'd really rather not compute the checksum myself if I don't have to. Ditto ...
I want to be able to store product information in the database for a web application, I decided it would be good to use the barcode as a good product identifier. Right now I just want to be able to store the numerical representation of the code in the database, so I need to find out maximum lenghts, formats, etc... Eventually I would li...
Does anyone know any good Ruby, Rails or .Net specific libraries for working with barcodes? ...
Hi all, I hope somebody can help. TextRenderingHint.SingleBitPerPixel is apparently not turning off antialiasing when printing a barcode from .net. Here's a snippet of the code that actually renders the barcode: graphics.TextRenderingHint = TextRenderingHint.SingleBitPerPixel; graphics.DrawString( barCodeText, ...
How to read data from Bar Code Scanner in .net windows application? Can some one give the sequence of steps to be followed? I am very new to that. ...
Hey everyone, Can anyone recommend a .NET component that can create and read datamatrix barcodes? I will be using the barcode for a project that will be sending and receiving the barcode on a fax coversheet. I have found a few compents out there but was wondering if anyone has had good experiences or recommnedations. Thanks for the hel...