data-capture

Tools for Data Capturing from Scanned Images

What are best tools available for Data Capturing from Scanned Images? Doesn't matter they are free or paid. They should be able to convert scanned images to data (text, image, tables etc.). Most importantly they should have API to integrate with .NET 2.0 for automation. Edit: The input data will generally be Text, Images, Tables places...

intelligent character recognition: where to start?

I've got client that would like to capture data from a handwritten form. I have no idea how to implement this or what the cost would be. First, is this feasable/reasonable/affordable for a smallish size client. Second, how does intelligent character recognition work. (Do I need a ICR device? In what form does the data get extracted? Ho...

Looking for a jquery plugin for multi-row data capture

Hi, I have an application which captures data from the user (amount, description, paid by). I'm looking for a jquery plugin that can be used to capture multiple records at once instead of one-by-one. Any suggestions? thank you, Joseph ...

Constructing QImage from unsigned char* data

I encountered a problem with passing Image object (captured with Point Grej FlyCapture2 SDK) to QImage object. I am getting a pointer associated with Image data by function: virtual unsigned char* FlyCapture2::GetData ( ) and then loading the data by: QImage::QImage ( uchar * data, int width, int height, int bytesPerLine, Format ...