Commit Graph

1093 Commits

Author SHA1 Message Date
Ben Olden-Cooligan
f3ce1b4762 Refactoring of OcrDepManager tentatively complete (w/o XP download yet) 2016-06-16 15:40:32 -04:00
Ben Olden-Cooligan
ce52b80e66 Change "IndependentComponent" to "OcrComponent" 2016-06-16 15:40:18 -04:00
Ben Olden-Cooligan
cc62f0ebf7 Add IndependentComponent class 2016-06-16 15:40:10 -04:00
Ben Olden-Cooligan
0543fa2bae Scale the thumbnail spacing with the thumbnail size 2016-06-15 15:47:03 -04:00
Ben Olden-Cooligan
b6f6cec4b2 Thumbnail list spacing WIP 2016-06-15 15:17:58 -04:00
Ben Olden-Cooligan
33d85a8944 Remove TWAIN-only condition for Patch-T use 2016-06-15 15:08:44 -04:00
Ben Olden-Cooligan
bbb63623e5 Add copyright header to ScannedImageHelper.cs 2016-06-15 15:08:44 -04:00
Ben Olden-Cooligan
bf1a8b8c22 Implement patch code detection using zxing on top of any built-in support (credit: Alexander Rabenstein) 2016-06-15 15:08:42 -04:00
Ben Olden-Cooligan
7e0818fb4b Add zxing package and reference 2016-06-15 15:08:05 -04:00
Ben Olden-Cooligan
f92017b3aa Use ScanParams.NoUI flag uniformly 2016-06-15 15:01:50 -04:00
Ben Olden-Cooligan
80f65f67cc Merge branch 'parallel_ocr' 2016-06-15 14:51:16 -04:00
Ben Olden-Cooligan
26df8fb8ef Minor refactoring for parallel OCR 2016-06-13 20:33:47 -04:00
Ben Olden-Cooligan
a519f83951 Add an adjustment to OCR text vertical alignment 2016-06-13 20:08:45 -04:00
Ben Olden-Cooligan
79915adf9a Add progress to parallel OCR 2016-06-13 19:39:57 -04:00
Ben Olden-Cooligan
4479ff8785 Fix z-order of text in parellel OCR 2016-06-13 19:04:23 -04:00
Ben Olden-Cooligan
129ac8cf2f Redo parallel OCR with a pipeline in order to avoid having to worry about memory (TODO: solve how to keep OCR text under the image in the PDF) 2016-06-13 18:29:51 -04:00
Ben Olden-Cooligan
0b27c52d5b Add a reusable "GetDeviceList" method to IScanDriver (credit: Daniel Gómez Didier) 2016-06-04 21:53:26 -04:00
Ben Olden-Cooligan
fcc0399e23 Parallel OCR WIP 2016-05-24 23:00:00 -04:00
Ben Olden-Cooligan
11cfbbdd2a Add Latvian language (also Chinese simplified but not in dropdown since it's incomplete) 2016-05-19 13:34:10 -04:00
Ben Olden-Cooligan
4665740bd6 Update resource files 2016-05-19 13:22:56 -04:00
Ben Olden-Cooligan
da70896f31 Update po files 2016-05-19 13:07:40 -04:00
Ben Olden-Cooligan
8585eed778 PUBLISH (5.2.1) 2016-04-29 19:09:45 -04:00
Ben Olden-Cooligan
aad05b5f6c Update resources 2016-04-29 19:06:09 -04:00
Ben Olden-Cooligan
0d02b5bcb6 Update po files 2016-04-29 19:04:59 -04:00
Ben Olden-Cooligan
bd9bc89aaf Allow the OCR timeout to be configured 2016-04-29 18:19:41 -04:00
Ben Olden-Cooligan
e151c0a494 Fix error on OCR timeout 2016-04-29 13:08:52 -04:00
Ben Olden-Cooligan
13da08b8ad Fix subdivided locales for MSI installer 2016-04-28 21:35:20 -04:00
Ben Olden-Cooligan
54131809c3 PUBLISH (5.2.0) 2016-04-26 21:54:58 -04:00
Ben Olden-Cooligan
b7c96423e6 Update resource files 2016-04-26 21:48:17 -04:00
Ben Olden-Cooligan
2c92a29901 Update po files 2016-04-26 21:40:02 -04:00
Ben Olden-Cooligan
b045fbcc01 Show an appropriate indicator when the user tries to move a locked profile 2016-04-26 20:09:20 -04:00
Ben Olden-Cooligan
a11a5c7f3f Fix copy/paste and drag/drop for NoUserProfiles option. Fix ctxEdit.Enabled for locked profiles. 2016-04-26 20:06:51 -04:00
Ben Olden-Cooligan
45a86beef4 Add "LockUnspecifiedDevices" option to AppConfig 2016-04-26 19:58:57 -04:00
Ben Olden-Cooligan
c7dbca8151 Added Arabic, Serbian (Latin + Cyrillic), and Slovak languages. 2016-04-24 23:57:20 -04:00
Ben Olden-Cooligan
09497d0cdd Update resource files 2016-04-24 23:48:00 -04:00
Ben Olden-Cooligan
0686300ec0 Update po files 2016-04-24 23:40:53 -04:00
Ben Olden-Cooligan
6a6e6f287e Slightly change drag/drop target determination algorithm to be more natural 2016-04-24 21:20:01 -04:00
Ben Olden-Cooligan
fae0b165b0 Add copy/paste for profiles 2016-04-24 21:09:36 -04:00
Ben Olden-Cooligan
a7870618a3 Add "HideEmailButton" and "HidePrintButton" options to AppConfig 2016-04-24 20:42:13 -04:00
Ben Olden-Cooligan
56bd99aad1 Profile drag/drop (including between processes) 2016-04-24 20:24:24 -04:00
Ben Olden-Cooligan
17a6ab059f Add "PromptIfSelected" option to "SaveButtonDefaultAction" enum 2016-04-23 23:29:04 -04:00
Ben Olden-Cooligan
25a3611963 Rework LockSystemProfiles to allow the user to specify devices (if the system profile itself doesn't specify it). Also a few minor bugs with LockSystemProfiles were fixed.
Added NoUserProfiles and AlwaysRememberDevice options to AppConfig.
2016-04-23 23:23:24 -04:00
Ben Olden-Cooligan
b422f2f179 Update test-lang script to allow the language code to be specified manually 2016-03-29 16:29:05 -04:00
Ben Olden-Cooligan
062767ed46 PUBLISH (5.1.1) 2016-03-28 15:46:20 -04:00
Ben Olden-Cooligan
6311208c9c Update resources 2016-03-28 15:37:53 -04:00
Ben Olden-Cooligan
0fa98d99c8 Update po files 2016-03-28 15:35:50 -04:00
Ben Olden-Cooligan
124e76e7c4 Fix emailing without a subject/body 2016-03-28 15:32:39 -04:00
Ben Olden-Cooligan
4d7f97ece8 Update appsettings.xml for easier editing 2016-03-28 15:25:53 -04:00
Ben Olden-Cooligan
3fd94cfd83 Only create tesseract hocr config file if it doesn't already exist 2016-03-28 14:13:48 -04:00
Ben Olden-Cooligan
2e9aae548e Update templates 2016-03-27 18:08:22 -04:00