Not direclty, I'd think.
Look around for a OCR software to harvest text from scanned documents, save as text file then create a VBA procerhure to read the text from the text file and add to record.
This is of course, assuming all scanned document are exactly identical. If they are not, you're asking for a custom VBA procerhure per document which at this point, may be just easier to enter data yourself.
Forgot to add-
If the documents are hand written, you might as well forget about it. Not going to work. OCR software have enough trouble correctly recognizing typefaced characters and filtering out noise produced by the scanner (high quality scanner usually helps in this regards).