extract numbers from picture?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tony

    #1

    extract numbers from picture?

    is this called pattern matching or AI in java? how can you extract a number
    that is on a jpeg or bmp/gif/tiff ? is there any java package doing this?

    thanks


  • Chris

    #2
    Re: extract numbers from picture?

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    tony wrote:
    [color=blue]
    > is this called pattern matching or AI in java? how can you extract a
    > number that is on a jpeg or bmp/gif/tiff ? is there any java package
    > doing this?
    >
    > thanks[/color]

    I have no idea how to do it, but I believe the correct term is OCR, or
    Optical Character Recognition. There are programs that are designed
    to do this with scanned pages of text, but they will also load
    images, and they should work just as well for purely numerical input
    as for text.

    - --
    Chris
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.2 (GNU/Linux)

    iD8DBQE++LsYwxc zzJRavJYRAr3SAK CXr/DpUJ0ehhqY+NfmN 5rKSTM9tACg+YEI
    2JWZ8wjIVKPmEeV v/HF4CT8=
    =KshS
    -----END PGP SIGNATURE-----

    Comment

    Working...