Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyanfish/naps2
Scan documents to PDF and more, as simply as possible.
https://github.com/cyanfish/naps2
csharp dotnet escl linux macos ocr pdf sane scanner twain wia windows
Last synced: 25 days ago
JSON representation
Scan documents to PDF and more, as simply as possible.
- Host: GitHub
- URL: https://github.com/cyanfish/naps2
- Owner: cyanfish
- License: other
- Created: 2015-07-19T20:54:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-22T19:38:39.000Z (about 2 months ago)
- Last Synced: 2024-10-02T01:20:57.653Z (about 1 month ago)
- Topics: csharp, dotnet, escl, linux, macos, ocr, pdf, sane, scanner, twain, wia, windows
- Language: C#
- Homepage: https://www.naps2.com
- Size: 105 MB
- Stars: 2,740
- Watchers: 64
- Forks: 321
- Open Issues: 97
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# NAPS2 - Not Another PDF Scanner
NAPS2 on Windows, Mac, and LinuxNAPS2 is a document scanning application with a focus on simplicity and ease of use. Scan your documents from WIA, TWAIN, SANE, and ESCL scanners, organize the pages as you like, and save them as PDF, TIFF, JPEG, or PNG. Optical character recognition (OCR) is available using [Tesseract](https://github.com/tesseract-ocr/tesseract).
System requirements:
- Windows 7+ (x64, x86)
- macOS 10.15+ (x64, arm64)
- Linux (x64, arm64) (GTK 3.20+, glibc 2.27+, libsane)Visit the NAPS2 home page at [www.naps2.com](http://www.naps2.com).
Other links:
- [Downloads](https://www.naps2.com/download)
- [Documentation](https://www.naps2.com/support)
- [Translations](https://translate.naps2.com/)
- [File a Ticket](https://sourceforge.net/p/naps2/tickets/)
- [Donate](https://www.naps2.com/donate?src=readme)## NAPS2.Sdk (for developers)
[![NuGet](https://img.shields.io/nuget/v/NAPS2.Sdk)](https://www.nuget.org/packages/NAPS2.Sdk/)
[NAPS2.Sdk](https://github.com/cyanfish/naps2/tree/master/NAPS2.Sdk) is a fully-featured scanning library, supporting WIA, TWAIN, SANE, and ESCL scanners on Windows, Mac, and Linux.
[Read more.](https://github.com/cyanfish/naps2/tree/master/NAPS2.Sdk)## Build Instructions
Looking to contribute to NAPS2 or NAPS2.Sdk? Have a look at the [Github wiki](https://github.com/cyanfish/naps2/wiki/1.-Building-&-Development-Environment) for build instructions and more.## License
NAPS2 is licensed under the GNU GPL 2.0 (or later). Some projects have additional license options:
- NAPS2.Escl.* - GNU LGPL 2.1 (or later)
- NAPS2.Images.* - GNU LGPL 2.1 (or later)
- NAPS2.Sdk - GNU LGPL 2.1 (or later)
- NAPS2.Sdk.Samples - MIT