Scan documents to PDF and more, as simply as possible.
Go to file
2022-06-17 21:04:35 -07:00
.nuget Update NuGet.targets for mono compatibility 2018-08-13 16:44:25 -04:00
NAPS2.App.Console Change .NET dep from 4.6 to 4.6.1 2021-12-19 13:04:44 -08:00
NAPS2.App.PortableLauncher Change .NET dep from 4.6 to 4.6.1 2021-12-19 13:04:44 -08:00
NAPS2.App.Server Change .NET dep from 4.6 to 4.6.1 2021-12-19 13:04:44 -08:00
NAPS2.App.WinForms Change .NET dep from 4.6 to 4.6.1 2021-12-19 13:04:44 -08:00
NAPS2.App.Worker Change .NET dep from 4.6 to 4.6.1 2021-12-19 13:04:44 -08:00
NAPS2.Images Remove render extensions in favor of using ImageContext 2022-06-14 22:16:35 -07:00
NAPS2.Images.Gdi Remove render extensions in favor of using ImageContext 2022-06-14 22:16:35 -07:00
NAPS2.Lib.Common WIP: Rewrite tesseract code and strip out all old tesseract configs. Going forward we'll bundle the exe and only support the latest traineddata. 2022-06-17 21:04:35 -07:00
NAPS2.Lib.Console WIP: Rewrite tesseract code and strip out all old tesseract configs. Going forward we'll bundle the exe and only support the latest traineddata. 2022-06-17 21:04:35 -07:00
NAPS2.Lib.Tests WIP: Rewrite tesseract code and strip out all old tesseract configs. Going forward we'll bundle the exe and only support the latest traineddata. 2022-06-17 21:04:35 -07:00
NAPS2.Lib.WinForms WIP: Simpler image model. Still a number of todos, and some projects not compiling. 2021-12-22 17:45:22 -08:00
NAPS2.Sdk WIP: Rewrite tesseract code and strip out all old tesseract configs. Going forward we'll bundle the exe and only support the latest traineddata. 2022-06-17 21:04:35 -07:00
NAPS2.Sdk.Network WIP: OCR request queue & controller rework 2022-06-12 20:56:39 -07:00
NAPS2.Sdk.Network.Tests WIP: Tests compiling and passing for updated image model 2022-06-08 19:13:36 -07:00
NAPS2.Sdk.Samples Remove render extensions in favor of using ImageContext 2022-06-14 22:16:35 -07:00
NAPS2.Sdk.Tests WIP: Rewrite tesseract code and strip out all old tesseract configs. Going forward we'll bundle the exe and only support the latest traineddata. 2022-06-17 21:04:35 -07:00
NAPS2.Setup WIP: Simpler image model. Still a number of todos, and some projects not compiling. 2021-12-22 17:45:22 -08:00
NAPS2.Setup.Msi Change .NET dep from 4.6 to 4.6.1 2021-12-19 13:04:44 -08:00
NAPS2.Tools.Localization Change .NET dep from 4.6 to 4.6.1 2021-12-19 13:04:44 -08:00
.gitignore Add .idea to gitignore 2019-07-13 13:55:04 -04:00
CONTRIBUTORS Rewrite patch code detection into barcode detection 2020-02-08 18:17:18 -05:00
LICENSE Add LICENSE and CONTRIBUTORS files to the solution root 2017-05-13 17:19:29 -04:00
NAPS2.sln WIP: Simpler image model. Still a number of todos, and some projects not compiling. 2021-12-22 17:45:22 -08:00
NAPS2.sln.DotSettings WIP: Rewrite tesseract code and strip out all old tesseract configs. Going forward we'll bundle the exe and only support the latest traineddata. 2022-06-17 21:04:35 -07:00
README.md Change .NET dep from 4.6 to 4.6.1 2021-12-19 13:04:44 -08:00

NAPS2 (Not Another PDF Scanner 2)

NAPS2 is a document scanning application with a focus on simplicity and ease of use. Scan your documents from WIA- and TWAIN-compatible scanners, organize the pages as you like, and save them as PDF, TIFF, JPEG, PNG, and other file formats. Requires .NET Framework 4.6.1 or higher.

Visit the NAPS2 home page at www.naps2.com.

Other links:

NAPS2.Sdk (for developers)

NAPS2.Sdk is a fully-featured scanning library, supporting WIA, TWAIN, and SANE scanners on Windows and Linux. Read more.

Looking to contribute to NAPS2 or NAPS2.Sdk? Have a look at the Developer Onboarding page.