Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Se simpler way to go, probably, was to print the images you have and use a keyboard connectable scanner to parse the barcodes you have.

But if you want an alternative to that, you will need to:
  1. Parse the Image and transform it in a representation you can easly parse, for example, 0 for a white bar, 1 for a black bar and L for a long bar.
  2. For most bar encodings (and specificly for EAN13) you can remove the initial and final "L0L" and the middle "0L0L0".
  3. Now you need to convert each group of 7 "0" and "1" to a number.
  4. You will need to guess which is the first digit, as it is not encoded in the barcode, but you can find out which it is by comparing the sequence of encondings used in the bar code.

Note: You need to use the width of the long bar (not it's height) to know if a bar is a single binary digit or more than one. A slim bar is a digit, a large on is two, or even three or four digits. For example, 6 using L-Code have 4 consecutive "1" digits (black bars) and using G or R-Code have the same 4 but "0" digits (white bars).

More info at wikipedia.


In reply to Re: Barcode Recognition by themage
in thread Barcode Recognition by avo

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-19 19:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found