naps2/README.md

42 lines
2.0 KiB
Markdown
Raw Normal View History

# NAPS2 - Not Another PDF Scanner
2015-07-20 00:01:21 +03:00
2023-04-22 08:39:23 +03:00
<p align="center">
2023-04-22 22:06:09 +03:00
<img src="https://www.naps2.com/images/naps2-desktop-win.png?1" width="400" alt="NAPS2 on Windows" /> <img src="https://www.naps2.com/images/naps2-desktop-mac.png?1" width="400" alt="NAPS2 on Mac" /> <img src="https://www.naps2.com/images/naps2-desktop-linux.png?1" width="400" alt="NAPS2 on Linux" />
2023-04-22 08:39:23 +03:00
<br/>
<i>NAPS2 on Windows, Mac, and Linux</i>
</p>
NAPS2 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).
2022-08-25 21:17:15 +03:00
System requirements:
2022-11-06 05:45:02 +03:00
- Windows 7+ (x64, x86)
- macOS 10.15+ (x64, arm64)
2023-04-22 08:39:23 +03:00
- Linux (x64, arm64) (GTK 3.20+, glibc 2.27+, libsane)
2015-07-20 00:01:21 +03:00
2015-08-01 21:21:24 +03:00
Visit the NAPS2 home page at [www.naps2.com](http://www.naps2.com).
2015-12-30 23:14:34 +03:00
Other links:
2023-04-22 08:39:23 +03:00
- [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/)
2023-04-30 20:41:49 +03:00
- [Donate](https://www.naps2.com/donate?src=readme)
2018-08-31 05:24:36 +03:00
2020-02-01 07:55:38 +03:00
## NAPS2.Sdk (for developers)
2023-08-26 05:19:01 +03:00
[![NuGet](https://img.shields.io/nuget/v/NAPS2.Sdk)](https://www.nuget.org/packages/NAPS2.Sdk/)
2022-08-25 21:17:15 +03:00
[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.
2020-02-01 07:55:38 +03:00
[Read more.](https://github.com/cyanfish/naps2/tree/master/NAPS2.Sdk)
2024-03-16 04:47:40 +03:00
## 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.
2022-09-12 04:40:47 +03:00
## License
NAPS2 is licensed under the GNU GPL 2.0 (or later). Some projects have additional license options:
2024-03-16 04:47:40 +03:00
- NAPS2.Escl.* - GNU LGPL 2.1 (or later)
2022-09-12 04:40:47 +03:00
- NAPS2.Images.* - GNU LGPL 2.1 (or later)
- NAPS2.Sdk - GNU LGPL 2.1 (or later)
- NAPS2.Sdk.Samples - MIT