Ben Olden-Cooligan
Ben Olden-Cooligan
Would you be satisfied with a way to set keyboard shortcuts for rotations?
Further idea from #300 is to create a batch scanning mode where the feeder is repeatedly polled for pages, allowing scans to be started without user interaction besides physically placing...
Try setting up logging: `scanningContext.Logger = new ConsoleLogger();` ```c# public class ConsoleLogger : ILogger { public void Log(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func formatter) { Console.WriteLine(state.ToString()); if...
Can you try with [NAPS2 7.4.1](https://www.naps2.com/download) and see if you still have the problem? Also, what desktop environment are you using?
What settings do you change in appsettings.xml? For some of them (e.g. ClearAfterSaving, SaveButtonDefaultAction) I've added a Settings window in 7.3.0 that lets you set it on a user level....
Not every element but a lot. e.g. DefaultProfileSettings for page size, scan quality, etc. will work.
I'm going to close this in favor of #207 as the plan is to provide a UI to change these settings (and as discussed, config.xml can be used in the...
It doesn't show the current number selected, but I have added a "Show page numbers" option in the "Settings" window in [NAPS2 7.3.0](https://www.naps2.com/download).
Malayalam should already be available for OCR.
Some questions: - How many PDF pages? - What resolution/dpi did you scan at? - How many CPU cores/threads does your system have? Also, can you try running `taskset –c...