"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "lib/Gscan2pdf/Config.pm" between
gscan2pdf-2.13.1.tar.xz and gscan2pdf-2.13.2.tar.xz

About: gscan2pdf is a GUI to produce PDFs from scanned documents (using Perl).

Config.pm  (gscan2pdf-2.13.1.tar.xz):Config.pm  (gscan2pdf-2.13.2.tar.xz)
skipping to change at line 20 skipping to change at line 20
use Data::Dumper; use Data::Dumper;
$Data::Dumper::Sortkeys = 1; $Data::Dumper::Sortkeys = 1;
use Config::General 2.40; use Config::General 2.40;
use JSON::PP; use JSON::PP;
use version; use version;
BEGIN { BEGIN {
use Exporter (); use Exporter ();
our ( $VERSION, @EXPORT_OK, %EXPORT_TAGS ); our ( $VERSION, @EXPORT_OK, %EXPORT_TAGS );
$VERSION = '2.13.1'; $VERSION = '2.13.2';
use base qw(Exporter); use base qw(Exporter);
%EXPORT_TAGS = (); # eg: TAG => [ qw!name1 name2! ], %EXPORT_TAGS = (); # eg: TAG => [ qw!name1 name2! ],
# your exported package globals go here, # your exported package globals go here,
# as well as any optionally exported functions # as well as any optionally exported functions
@EXPORT_OK = qw(); @EXPORT_OK = qw();
} }
my $EMPTY = q{}; my $EMPTY = q{};
skipping to change at line 313 skipping to change at line 313
'convert whitespace to underscores' => FALSE, 'convert whitespace to underscores' => FALSE,
'view files toggle' => TRUE, 'view files toggle' => TRUE,
'threshold-before-ocr' => FALSE, 'threshold-before-ocr' => FALSE,
'brightness tool' => 65, 'brightness tool' => 65,
'contrast tool' => 65, 'contrast tool' => 65,
'threshold tool' => 80, 'threshold tool' => 80,
'Blank threshold' => 0.005, # Blank page standard deviation threshold 'Blank threshold' => 0.005, # Blank page standard deviation threshold
'Dark threshold' => 0.12, # Dark page mean threshold 'Dark threshold' => 0.12, # Dark page mean threshold
to_png => TRUE, to_png => TRUE,
'OCR on scan' => TRUE, 'OCR on scan' => TRUE,
'ocr engine' => 'tesseract', 'ocr engine' => 'tesseract',
'ocr language' => undef, 'ocr language' => undef,
'OCR output' => 'OCR output' =>
'replace', # When a page is re-OCRed, replace old text with new text 'replace', # When a page is re-OCRed, replace old text with new text
ps_backend => 'pdftops', ps_backend => 'pdftops',
user_defined_tools => ['gimp %i'], user_defined_tools => ['gimp %i'],
udt_on_scan => FALSE, udt_on_scan => FALSE,
current_udt => undef, current_udt => undef,
post_save_hook => FALSE, post_save_hook => FALSE,
current_psh => undef, current_psh => undef,
'auto-open-scan-dialog' => TRUE, 'auto-open-scan-dialog' => TRUE,
'available-tmp-warning' => 10, 'available-tmp-warning' => 10,
close_dialog_on_save => TRUE, close_dialog_on_save => TRUE,
 End of changes. 2 change blocks. 
4 lines changed or deleted 4 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)