frustrating
Registered User.
- Local time
- Today, 05:22
- Joined
- Oct 18, 2012
- Messages
- 68
I was wondering, and I'm not sure if this can be done, but it's worth asking...
Is it possible to use VBA to "Map" pieces of an image based off the user's mouse dragging selections. So the user would open the tif, drag/selection pieces of the certificate he/ she wants (each selection can be a different color or labeled), and then take the information inside and then write some parsing code for an sql insert.
For example: I'd like to be able to get information from an insurance certificate in tif format (it's already OCR'd) and then highlight pieces of information I want on the image and put them into their respective fields in Access, since parsing smaller bits of text selection is 100000x more accurate than a huge file, which is what I started doing and realized it wouldn't work.
Can this be done?
Is it possible to use VBA to "Map" pieces of an image based off the user's mouse dragging selections. So the user would open the tif, drag/selection pieces of the certificate he/ she wants (each selection can be a different color or labeled), and then take the information inside and then write some parsing code for an sql insert.
For example: I'd like to be able to get information from an insurance certificate in tif format (it's already OCR'd) and then highlight pieces of information I want on the image and put them into their respective fields in Access, since parsing smaller bits of text selection is 100000x more accurate than a huge file, which is what I started doing and realized it wouldn't work.
Can this be done?