Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vahidn/dntscanner.core
DNTScanner.Core is a .NET 4x and .NET Core 2x+ wrapper for the Windows Image Acquisition library.
https://github.com/vahidn/dntscanner.core
scan scanner wia windows-image-acquisition
Last synced: 30 days ago
JSON representation
DNTScanner.Core is a .NET 4x and .NET Core 2x+ wrapper for the Windows Image Acquisition library.
- Host: GitHub
- URL: https://github.com/vahidn/dntscanner.core
- Owner: VahidN
- License: apache-2.0
- Created: 2019-07-28T15:18:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T09:21:56.000Z (over 1 year ago)
- Last Synced: 2024-12-10T18:56:40.207Z (about 1 month ago)
- Topics: scan, scanner, wia, windows-image-acquisition
- Language: C#
- Size: 403 KB
- Stars: 61
- Watchers: 6
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
DNTScanner.Core
=======DNTScanner.Core is a .NET 4x and .NET Core 2x+ wrapper for the `Windows` Image Acquisition library.
Install via NuGet
-----------------
To install DNTScanner.Core, run the following command in the Package Manager Console:```
PM> Install-Package DNTScanner.Core
```You can also view the [package page](http://www.nuget.org/packages/DNTScanner.Core/) on NuGet.
Usage
-----
- [How to use it with a console application](/DNTScanner.Core.Tests/DNTScanner.ConsoleTestApp/Program.cs)
- [How to use it with a web application](/DNTScanner.Core.Tests/DNTScanner.WebTestApps/DNTScanner.ASPNETCoreApp/Controllers/ScannerController.cs)
- Restore the dependencies of DNTScanner.WebTestApps by running _0-restore.bat file.
- Then run the web application by using the _1-dotnet_run.bat file.
- Now repeat these steps for the [DNTScanner.WindowsService](/DNTScanner.Core.Tests/DNTScanner.WebTestApps/DNTScanner.WindowsService/Program.cs) application:
- Restore its dependencies by running the _0-restore.bat file.
- Then run the WindowsService application by using the _1-dotnet_run.bat file.
- Finally connect your scanner device to the system and start testing it.![test-scanner](/DNTScanner.Core.Tests/DNTScanner.WebTestApps/DNTScanner.ASPNETCoreApp/wwwroot/uploads/test-scanner.gif)