Dynamsoft / web-twain-angular-cli-application

10 stars 10 forks source link

How is this different from the "Scan-Documents-with-Angular" sample? #6

Closed leopignataro closed 3 years ago

leopignataro commented 4 years ago

Dear Dynamsoft team,

At the moment I am unable to run this sample.

However, I also found the Scan-Documents-with-Angular on your website, which seems to be very similar. Incidentally, I can run that sample.

Why are there two samples seemingly for the same purpose? Or is there a fundamental difference? Which is more modern / actively maintained? Should I give preference to either of the samples?

Thanks!

Tom-Dynamsoft commented 4 years ago

angular-cli-application is based on "@angular/cli": "~8.1.0", Scan-Documents-with-Angular is based on "@angular/cli": "~7.3.8",

The first one is just a very simple implementation of the Dynamic Web TWAIN library with Angular while the 2nd one tries to remake the demo in an angular application. So if you'd like to see more features, the 2nd one is recommended. If you'd like to start from the very basic features, you can use the 1st one