-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing some configuration aspects and refactoring of the files.
- Changed default address to 127.0.0.1 - Fix zoom issue and now default value is 4. - Lexicographical order of defaultProjectConfig (visual enhancement) - Refactoring files: - Removing duplicates model & models. - Removing duplicates services/utils & utils. - New folders for structure. - Other minor changes
- Loading branch information
melalonso
authored and
melalonso
committed
Sep 5, 2016
1 parent
624a52b
commit 387309b
Showing
42 changed files
with
52 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
camera: | ||
zoom: 10 | ||
iso: 0 | ||
last-pic-number: 0 | ||
zoom: 0 | ||
general-info: | ||
description: description | ||
name: name | ||
output-formats: | ||
- pdfbeads | ||
scantailor: | ||
color-mode: black_and_white | ||
despeckle: off | ||
dewarping: auto | ||
dpi-x: 300 | ||
dpi-y: 300 | ||
l: 1.5 | ||
margins-bottom: 2.5 | ||
margins-left: 2.5 | ||
margins-right: 2.5 | ||
margins-top: 2.5 | ||
margins-bottom: 2.5 | ||
dewarping: auto | ||
despeckle: off | ||
dpi-x: 300 | ||
dpi-y: 300 | ||
threshold: 0 | ||
color-mode: black_and_white | ||
tesseract: | ||
lang: spa | ||
output-format: hocr | ||
input-extension: tif | ||
general-info: | ||
name: name | ||
description: description | ||
output-formats: | ||
- pdfbeads | ||
lang: spa | ||
output-format: hocr |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
from queue import Queue | ||
import threading | ||
from queue import Queue | ||
from patterns.singleton import Singleton | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
|
||
Empty file.
File renamed without changes.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Oops, something went wrong.