2

I want to implement java code to scan documents from Scanner device through JavaFX. I am not getting any hint to perform such task. Any help will be appreciated.

Shreyas Dave
  • 3,815
  • 3
  • 28
  • 57
Vikas Tiwari
  • 367
  • 1
  • 11

1 Answers1

0

There is no native support for external devices like scanners in Java. You need to use a 3rd party library of some kind. The most popular choices are

disrvptor
  • 1,592
  • 12
  • 23