#1
Posted
:
Monday, July 31, 2017 5:03:40 PM(UTC)
Groups: Registered
Posts: 119
Was thanked: 4 time(s) in 4 post(s)
Below you will find a very simple WPF MICR demo that loads in an image, then will spit out the recognition results from that image. Please note that this application only has the necessary codecs to load a JPG file so you will need to add additional codecs references while working with different file types.
Feel free to modify this demo to better suit your needs.
Edited by user Tuesday, August 1, 2017 8:40:29 AM(UTC)
| Reason: Not specified
Nick Villalobos
Developer Support Engineer
LEAD Technologies, Inc.
#2
Posted
:
Thursday, April 12, 2018 3:01:28 PM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 89
Was thanked: 4 time(s) in 4 post(s)
This project has been updated to use v20.
During the upgrade from the LEADTOOLS v19 to v20, a few alterations to the required DLLs were required.
The reason for this is that some of the DLLs have been renamed and others deprecated, but all of the same functionality still is present and available.
v19 used:Leadtools
Leadtools.Codecs
Leadtools.Codecs.Cmp
Leadtools.Forms
Leadtools.Forms.DocumentWriters
Leadtools.Froms.Ocr
Leadtools.Forms.Ocr.Advantage
Leadtools.Forms.Ocr.Professional
Leadtools.ImageProcessing.Core
Leadtools.Windows.Controls
v20 uses:Leadtools
Leadtools.Codecs
Leadtools.Codecs.Cmp
Leadtools.Codecs.Tif
Leadtools.Forms.Document.Writer
Leadtools.ImageProcessing.Core
Leadtools.Ocr
Leadtools.Ocr.LEADEngine
Leadtools.Ocr.OmniPageEngine
Leadtools.Windows.Controls
Chris Thompson
Developer Support Engineer
LEAD Technologies, Inc.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.