Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
3b8335a1
Commit
3b8335a1
authored
May 04, 2010
by
Guillaume Lazzara
Browse files
text/merging.hh: Disable some debug.
parent
ff1e5aae
Changes
2
Hide whitespace changes
Inline
Side-by-side
scribo/ChangeLog
View file @
3b8335a1
2010-05-04 Guillaume Lazzara <z@lrde.epita.fr>
* text/merging.hh: Disable some debug.
2010-05-04 Guillaume Lazzara <z@lrde.epita.fr>
2010-05-04 Guillaume Lazzara <z@lrde.epita.fr>
Prepare DIA tools for Nuxeo/XWiki.
Prepare DIA tools for Nuxeo/XWiki.
*
scribo/
src/Makefile.am: Add a new target.
* src/Makefile.am: Add a new target.
*
scribo/
src/text_in_article_preprocess.cc: New.
* src/text_in_article_preprocess.cc: New.
*
scribo/
src/text_in_article_pbm.cc: Add optional cropping and
* src/text_in_article_pbm.cc: Add optional cropping and
makes the
makes the
debug optionnal.
debug optionnal.
*
scribo/
text/clean.hh: Improve cleanup.
* text/clean.hh: Improve cleanup.
* scribo/text/recognition.hh: Remove last '\n' in Tesseract's
* text/recognition.hh: Remove last '\n' in Tesseract's output.
output.
2010-04-30 Guillaume Lazzara <z@lrde.epita.fr>
2010-04-30 Guillaume Lazzara <z@lrde.epita.fr>
...
...
scribo/text/merging.hh
View file @
3b8335a1
...
@@ -606,7 +606,7 @@ namespace scribo
...
@@ -606,7 +606,7 @@ namespace scribo
if
(
lines
(
mc
).
type
()
==
line
::
Text
)
// included in a text line => weird
if
(
lines
(
mc
).
type
()
==
line
::
Text
)
// included in a text line => weird
{
{
++
count_txtline_IN_txtline
;
++
count_txtline_IN_txtline
;
std
::
cout
<<
"weird: inclusion of a txt_line in a txt_line!"
<<
std
::
endl
;
//
std::cout << "weird: inclusion of a txt_line in a txt_line!" << std::endl;
/// Merge is perform if the current line is a
/// Merge is perform if the current line is a
/// petouille considered as a line.
/// petouille considered as a line.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment