473,385 Members | 1,720 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Slightly O.T. - Oh hell, way O.T! Need to scan data directly into Access data fields

MLH
I would like a scanner - something like a pencil that would
allow me to attempt to scan printed text off hardcopies. Not
all text on a page, mind you. Something I could use to scan
just the words "scan printed text" off the second line in this
post would be great! A selective scanning tool - I guess is
what you would call it.

I did a search for pencil type scanners and came up empty
handed. Anybody got ideas?
Nov 13 '05 #1
6 2029
MLH
A bit more follow-up...

What I wanna do is allow slow typists entering data
into MS Access forms from printed hardcopies an
alternative to typing. Holding something in their hand
akin to a pen or pencil, they can move the pointer
over some printed words (kind-a-like they would if
they were holding a hi-liter), scanning the text, OCR'ing
the bitmap and dumping it into the current textbox
control.

It would be nice if the pointer (call it a light-pen or
something) had a button you press and hold down,
then do your drag-n-release to "read" the text and
another button that could be programmed so that
it would be interpreted as a TAB keystroke.
Nov 13 '05 #2
MLH
I'm in luck. Here's what I found...
http://www.wizcomtech.com/Wizcom/pro...fo.asp?fid=100
Its a pen-like device called the InfoScan, mfd by WizCom.

My question now is:
Has anyone ever used the input device as an input tool to scan 'n dump
alphanumeric data directly into MS Access 2.0 forms? If so, Were you
happy with the process?

Nov 13 '05 #3
MLH <CR**@NorthState.net> wrote:
I'm in luck. Here's what I found...
http://www.wizcomtech.com/Wizcom/pro...fo.asp?fid=100
Its a pen-like device called the InfoScan, mfd by WizCom.

My question now is:
Has anyone ever used the input device as an input tool to scan 'n dump
alphanumeric data directly into MS Access 2.0 forms? If so, Were you
happy with the process?


To me the biggest problem is going to be the quality of the OCRing. Among other
things the higher the resolution the better. However this may mean they will need
to go slower than they'd like.

Also does this device do on the fly OCRing? Hmm, looks like it might do the OCRing
right in the device. Impressive.

That device just might work. And that price it's almost a throwaway item.

Note that you may still run into problems no matter what you try. FWIW a variable
width font, ie Arial or Times Roman, is significantly worse than fixed width font, ie
Courier..

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #4
MLH
Your concerns were certainly justified. I bought one yesterday and am
returning it today. Oh, it OCR's perfect stuff (IE, typewriter Courier
10) easy enough. But get into fonts with character kerning and you
can forget it. Too bad. It was a sexy idea!

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxx
On Sun, 10 Oct 2004 23:27:31 GMT, Tony Toews <tt****@telusplanet.net>
wrote:
MLH <CR**@NorthState.net> wrote:
I'm in luck. Here's what I found...
http://www.wizcomtech.com/Wizcom/pro...fo.asp?fid=100
Its a pen-like device called the InfoScan, mfd by WizCom.

My question now is:
Has anyone ever used the input device as an input tool to scan 'n dump
alphanumeric data directly into MS Access 2.0 forms? If so, Were you
happy with the process?


To me the biggest problem is going to be the quality of the OCRing. Among other
things the higher the resolution the better. However this may mean they will need
to go slower than they'd like.

Also does this device do on the fly OCRing? Hmm, looks like it might do the OCRing
right in the device. Impressive.

That device just might work. And that price it's almost a throwaway item.

Note that you may still run into problems no matter what you try. FWIW a variable
width font, ie Arial or Times Roman, is significantly worse than fixed width font, ie
Courier..

Tony


Nov 13 '05 #5
MLH <CR**@NorthState.net> wrote:
Your concerns were certainly justified. I bought one yesterday and am
returning it today. Oh, it OCR's perfect stuff (IE, typewriter Courier
10) easy enough. But get into fonts with character kerning and you
can forget it. Too bad. It was a sexy idea!


Darn, it was a nice looking product. Can you somehow up the resolution. Ie from 150
dpi to 300 or 600 dpi? Mind you each time you double the scanning resolution you
quadruple the CPU power required.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #6
On Tue, 12 Oct 2004 19:50:46 GMT, Tony Toews <tt****@telusplanet.net> wrote:
MLH <CR**@NorthState.net> wrote:
Your concerns were certainly justified. I bought one yesterday and am
returning it today. Oh, it OCR's perfect stuff (IE, typewriter Courier
10) easy enough. But get into fonts with character kerning and you
can forget it. Too bad. It was a sexy idea!


Darn, it was a nice looking product. Can you somehow up the resolution. Ie from 150
dpi to 300 or 600 dpi? Mind you each time you double the scanning resolution you
quadruple the CPU power required.

Tony

If the data entry person is a slow typist, That person probably makes a lot of
typo's also.

Have you considered that maybe the best solution is to hire a very good typist
and pay a good wage for the service.

Does the data you enter have to be editable? Could you copy the material and
enter it as an image? This is the only method that does not introduce its own
errors.

Could you use a scaner that outputs to a text file? Open the text file in
Word, spell check, then copy and paste from Word.

Except for entering an image, the data entered into the program is going to
have to be checked for accuracy. That is a slow process at best.

Any method, except an image, you use for data entry is subject to errors, even
copy and past from errorless text. It is possible to miss the first or last
character when you copy. It is possible to add a leading or trailing space.
And 'Trim' can take care of extra spaces to make the outputs look good, but
that doesn't help the underlying data.

I wish you lots of luck.

Chuck
....
Nov 13 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Gary Wright | last post by:
I have an Access 2K database split into front and back. Quite often the users want to do some data analysis that I have not created a report for so they want to export some subset of the data into...
19
by: James Fortune | last post by:
I have a lot of respect for David Fenton and Allen Browne, but I don't understand why people who know how to write code to completely replace a front end do not write something that will automate...
3
by: google | last post by:
I have a database with four table. In one of the tables, I use about five lookup fields to get populate their dropdown list. I have read that lookup fields are really bad and may cause problems...
2
by: ratedr1 | last post by:
I am currently trying to label rings (jewelry). They make specialized tags (shaped like a butterfly, barbell, dumbell, etc) for this purpose, the label goes through the ring, and then the ends...
11
by: my-wings | last post by:
I think I've painted myself into a corner, and I'm hoping someone can help me out. I have a table of books (tblBooks), which includes a field (strPubName) for Publisher Name and another field...
7
by: Keith Patrick | last post by:
After completely giving up on finding some way in my ASP.Net app to take a query string URL and redirect to it as a POST instead, I went with a system like so: Upon "redirection," all the...
1
by: Phil Latio | last post by:
I have a number of spreadsheets, each with between 1000-6000 rows (each row is a property) and they all need to be combined into a single database. Each spreadsheet contains slightly different...
6
by: hayadooen | last post by:
Hi all, Very new to this forum. Searched for relative postings but found none. Question: Does anyone know of any application that could convert/import scanned docs (PDFs) into access...
0
by: LanaR | last post by:
Hello, one sql statement is causing severe performance issue. The problem occurs only in UDB environment, the same statemnt on the mainframe is running fine. I have an explain output from the sql....
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.