C# .NET OCR Components

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

    C# .NET OCR Components

    I am trying to find C# .NET components that will allow me to scan an image
    file (.jpg, .bmp, etc.), extract information and file the form as a .doc,
    ..xls or even put the information into an SQL database.

    There are a few packages being sold (OCR Tools, LEADTOOLS, OCRExpress), but
    they are all in the range of $3000 - $4000 for a developer license and
    $300-$400 for each application installed after development.

    Does anyone know of reasonably priced .NET C# OCR components that I could
    include in my application?

    Thanks,
    Bob Campbell


  • Hakan Fatih YILDIRIM

    #2
    Re: C# .NET OCR Components

    maybe you can migrate an pen source OCR software to your
    application.Sea rch for an open source OCR software.And also i saw some
    cheaper OCR tools on net.


    Best Regards,
    Hakan Fatih YILDIRIM
    MCP

    Comment

    • Erik Lieben

      #3
      Re: C# .NET OCR Components

      On Sep 30, 6:29 pm, "Bob Campbell" <camb...@knolog y.netwrote:
      I am trying to find C# .NET components that will allow me to scan an image
      file (.jpg, .bmp, etc.), extract information and file the form as a .doc,
      .xls or even put the information into an SQL database.
      >
      There are a few packages being sold (OCR Tools, LEADTOOLS, OCRExpress), but
      they are all in the range of $3000 - $4000 for a developer license and
      $300-$400 for each application installed after development.
      >
      Does anyone know of reasonably priced .NET C# OCR components that I could
      include in my application?
      >
      Thanks,
      Bob Campbell
      Not sure if it is what you need, but you can also use the OCR support
      from Microsoft Office to do OCR detection for free(if you own Office)
      in C# applications.
      see: http://www.codeproject.com/office/modi.asp

      Comment

      • Bob Campbell

        #4
        Re: C# .NET OCR Components

        Thanks Erik. I will try it.


        "Erik Lieben" <erik.lieben.us enet@gmail.comw rote in message
        news:1191189224 .904932.47850@r 29g2000hsg.goog legroups.com...
        On Sep 30, 6:29 pm, "Bob Campbell" <camb...@knolog y.netwrote:
        >I am trying to find C# .NET components that will allow me to scan an
        >image
        >file (.jpg, .bmp, etc.), extract information and file the form as a .doc,
        >.xls or even put the information into an SQL database.
        >>
        >There are a few packages being sold (OCR Tools, LEADTOOLS, OCRExpress),
        >but
        >they are all in the range of $3000 - $4000 for a developer license and
        >$300-$400 for each application installed after development.
        >>
        >Does anyone know of reasonably priced .NET C# OCR components that I could
        >include in my application?
        >>
        >Thanks,
        >Bob Campbell
        >
        Not sure if it is what you need, but you can also use the OCR support
        from Microsoft Office to do OCR detection for free(if you own Office)
        in C# applications.
        see: http://www.codeproject.com/office/modi.asp
        >

        Comment

        • Bob Campbell

          #5
          Re: C# .NET OCR Components

          Thanks Hakan, I will look into it and let you know

          "Hakan Fatih YILDIRIM" <hfysilisyum@gm ail.comwrote in message
          news:1191171634 .486065.123520@ 22g2000hsm.goog legroups.com...
          maybe you can migrate an pen source OCR software to your
          application.Sea rch for an open source OCR software.And also i saw some
          cheaper OCR tools on net.

          >
          Best Regards,
          Hakan Fatih YILDIRIM
          MCP
          >

          Comment

          Working...