LEADTOOLS Support
Imaging
Imaging SDK Questions
Leadtools 14.5 performance with Kodak i 800 - document scanner
This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Monday, January 15, 2007 4:39:59 AM(UTC)
Groups: Registered
Posts: 30
Hi,
I am going to evaluate Leadtools 14.5 .NET performance with Kodak i800 scanner and I want to replace our old scanning system which uses Kodax
Adrenaline accelerator and Kofax ImageControl and use Victor to do A3 split process.
As I works on Kodak i260 scanner and I figure out that Leadtools 14.5 can catch up the scanning process and imaging processing processes (I put the raw image sent from scanner into a queue and use multiple threads to get raw images from queue and perform rotations, barcode reading...), but only able to match with the scanning speed of i260
However, I start to worry when working with i800 scanner, the image processing speed of Leadtools cannot catch up the scanning throughput. (I quite worry about the rotate A3 and do A3 split to two A4 and the speed of barcode reading would be the performance bottleneck, I measured that do barcode reading on 10 pages, including page with barcodes and no pages, takes 1 second, and rotate commands also take time to do)
Does anyone in this forum has the experienc on using Kodak i800 with leadtools .NET?
Thanks,
Raymond
#2
Posted
:
Wednesday, January 17, 2007 7:11:39 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Raymond,
Although we don't have your particular scanner model, we might be able to give you some useful tips.
For example, if the barcode exists in a specific part of the scanned page, you could speed up barcode recognition by defining a recognition region.
About splitting the A3 image to two A4 images, a relatively fast way to do it is to create an empty A4 image, copy half of the original using CombineFastCommand to the new image, then remove this half from the original image using
CropCommand.
LEADTOOLS Support
Imaging
Imaging SDK Questions
Leadtools 14.5 performance with Kodak i 800 - document scanner
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.