Is it possible to scan a completed questionaire form?

J

Jayceejay

I'm looking for a way (if there is one) to scan an existing questionaire form
and get the replies to populate already existing table fields. Is it
possible?
 
B

Brendan Reynolds

Jayceejay said:
I'm looking for a way (if there is one) to scan an existing questionaire
form
and get the replies to populate already existing table fields. Is it
possible?

Scanners create images (pictures) of documents. To translate the resulting
image into something that could be parsed and imported into fields in a
table, you'd need to use OCR software (Optical Character Recognition), which
would create a text file from the image. The results tend to be imperfect,
with some manual correction required. Depending on the structure of the
resulting text file, you may be able to parse it and import it into your
database. It's likely to be a non-trivial project.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top