Skip to main content
Participant
November 12, 2013
Answered

scanner control

  • November 12, 2013
  • 1 reply
  • 936 views

Hi.

I'm currently working on a air-for-desktop app that would manage documents. I thought it would be great to be able to scan documents directly from within the app.

Is there any way to do this with as3 ?

Thanks

This topic has been closed for replies.
Correct answer kglad

you want to run a (computer peripheral) scanner from your air app?  if so, you can start the app that normally handles scanner input using the nativeprocess class.

1 reply

kglad
Community Expert
Community Expert
November 12, 2013

if by scan you mean create an image of the document, that can be done.  if you mean ocr, that's probably possible but would be difficult.

Participant
November 13, 2013

Nope i just want to get an image of the document from the scanner. The user could type in some keywords/tags, but no, i don't want to make an ocr.

If it can be done, can you tell me where to look? because i only foud info about qr-code/barcode scanners on internet.

Thanks

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
November 13, 2013

you want to run a (computer peripheral) scanner from your air app?  if so, you can start the app that normally handles scanner input using the nativeprocess class.