Difference between revisions of "Olena/Modules"

From LRDE

(Fix encoding on some pages)
(Upload olena web site)
Line 1: Line 1:
 
{{DISPLAYTITLE:Project-Related Modules}}
 
{{DISPLAYTITLE:Project-Related Modules}}
   
__NOTOC__
 
   
 
== SCRIBO ==
 
== SCRIBO ==
   
==+ Short Description ==
+
=== Short Description ===
   
  +
[[File:Olena-scribo_small.png]]
<img src="http://www.lrde.epita.fr/people/theo/img/logo/scribo_small.png" alt="SCRIBO logo"/>
 
   
 
The [http://fr.wikipedia.org/wiki/Scribo" SCRIBO (fr)] (Semi-automatic and
 
The [http://fr.wikipedia.org/wiki/Scribo" SCRIBO (fr)] (Semi-automatic and
Line 31: Line 30:
 
See [http://www.systematic-paris-region.org/en/projets/scribo the project's description on the Systematic Paris-Region Web site].
 
See [http://www.systematic-paris-region.org/en/projets/scribo the project's description on the Systematic Paris-Region Web site].
   
==+ Resources ==
+
=== Resources ===
   
==++ Source code ==
+
==== Source code ====
   
 
SCRIBO is part of the latest Olena release and can be installed with the whole platform. See [[Olena/Download|download]] page.
 
SCRIBO is part of the latest Olena release and can be installed with the whole platform. See [[Olena/Download|download]] page.
Line 45: Line 44:
 
** unstable/scribo (sometimes broken!)
 
** unstable/scribo (sometimes broken!)
   
  +
<syntaxhighlight lang="bash" line enclose="div">
%begin bash%
 
 
git checkout -b stable/scribo origin/stable/scribo
 
git checkout -b stable/scribo origin/stable/scribo
  +
</syntaxhighlight>
%end%
 
 
or
 
or
  +
<syntaxhighlight lang="bash" line enclose="div">
%begin bash%
 
 
git checkout -b unstable/scribo origin/unstable/scribo
 
git checkout -b unstable/scribo origin/unstable/scribo
  +
</syntaxhighlight>
%end%
 
   
 
* 3/ Browse through sources in scribo directory or build the provided tools :
 
* 3/ Browse through sources in scribo directory or build the provided tools :
   
   
  +
<syntaxhighlight lang="bash" line enclose="div">
%begin bash%
 
 
./bootstrap
 
./bootstrap
 
mkdir _build
 
mkdir _build
Line 62: Line 61:
 
../configure
 
../configure
 
make
 
make
  +
</syntaxhighlight>
%end%
 
   
   
Line 73: Line 72:
   
   
==++ Online Demos ==
+
==== Online Demos ====
   
 
* [[Olena/SauvolaMs|Online document binarization (Based on Sauvola's algorithm)]]
 
* [[Olena/SauvolaMs|Online document binarization (Based on Sauvola's algorithm)]]
Line 79: Line 78:
 
* [[Olena/PageSnR|Online page segmentation and reconstruction]]
 
* [[Olena/PageSnR|Online page segmentation and reconstruction]]
   
==+ On the Web ==
+
=== On the Web ===
   
 
* [http://fr.wikipedia.org/wiki/Scribo SCRIBO Wikipedia page (fr)]
 
* [http://fr.wikipedia.org/wiki/Scribo SCRIBO Wikipedia page (fr)]
Line 88: Line 87:
 
{{DISPLAYTITLE:Contest-Related Modules}}
 
{{DISPLAYTITLE:Contest-Related Modules}}
   
__NOTOC__
 
   
 
== ICDAR 2013 - Competition on Music Scores ==
 
== ICDAR 2013 - Competition on Music Scores ==
   
==+ Short Description ==
+
=== Short Description ===
   
 
The contest ([http://dag.cvc.uab.es/muscima/ see there]) is about removing staff from music score images.
 
The contest ([http://dag.cvc.uab.es/muscima/ see there]) is about removing staff from music score images.
   
==+ Resources ==
+
=== Resources ===
   
 
Access the [[Olena/Icdar2013Score|dedicated page]] that presents our solution.
 
Access the [[Olena/Icdar2013Score|dedicated page]] that presents our solution.
Line 103: Line 101:
 
== ICDAR 2011 - Historical Document Layout Analysis Contest ==
 
== ICDAR 2011 - Historical Document Layout Analysis Contest ==
   
==+ Short Description ==
+
=== Short Description ===
   
 
The general objective of this contest is analyze the overall document layout analysis on historical documents. Paragraphs, images, drop characters and separators had to be retrieved and well classified.
 
The general objective of this contest is analyze the overall document layout analysis on historical documents. Paragraphs, images, drop characters and separators had to be retrieved and well classified.
Line 109: Line 107:
 
Jump to the [http://www.primaresearch.org/ICDAR2011_competition official 2011 Contest page.]
 
Jump to the [http://www.primaresearch.org/ICDAR2011_competition official 2011 Contest page.]
   
==+ Resources ==
+
=== Resources ===
   
 
The whole source code of the submitted program is available on our Git repository.
 
The whole source code of the submitted program is available on our Git repository.
   
<b>Server</b>: git://git.lrde.epita.fr/olena<br>
+
<b>Server</b>: git://git.lrde.epita.fr/olena<br/>
<b>Branch</b>: icdar/hdlac2011<br>
+
<b>Branch</b>: icdar/hdlac2011<br/>
<b>Location</b>: scribo/src/contest/hdlac-2011<br>
+
<b>Location</b>: scribo/src/contest/hdlac-2011<br/>
   
   
 
== ICDAR 2009 - Handwriting Segmentation Contest ==
 
== ICDAR 2009 - Handwriting Segmentation Contest ==
   
==+ Short Description ==
+
=== Short Description ===
   
 
The general objective of this contest is to use well established evaluation practices and procedures in order to record recent advances in off-line handwriting segmentation.
 
The general objective of this contest is to use well established evaluation practices and procedures in order to record recent advances in off-line handwriting segmentation.
Line 126: Line 124:
 
Jump to the [http://www.iit.demokritos.gr/~bgat/HandSegmCont2009/ official 2009 Contest page.]
 
Jump to the [http://www.iit.demokritos.gr/~bgat/HandSegmCont2009/ official 2009 Contest page.]
   
==+ Resources ==
+
=== Resources ===
   
 
Access the [[Olena/ModuleIcdar|dedicated module page]].
 
Access the [[Olena/ModuleIcdar|dedicated module page]].
Line 135: Line 133:
 
{{DISPLAYTITLE:Publication-Related Modules}}
 
{{DISPLAYTITLE:Publication-Related Modules}}
   
__NOTOC__
 
   
%RED% Coming soon... %ENDCOLOR%
+
<span style="color:#FF0000"> Coming soon... </span>

Revision as of 15:15, 24 February 2014


SCRIBO

Short Description

Olena-scribo small.png

The " SCRIBO (fr) (Semi-automatic and Collaborative Retrieval of Information Based on Ontologies) project is part of the Systematic Paris-Region business cluster (a French « pôle de compétitivité »).

SCRIBO aims at developing algorithms and free software to extract knowledge from multimedia content (text or image) and also for the semi-automatic annotation and collaborative digital documents. SCRIBO has a budget of 4.3 Meuros and brings together several partners: " AFP, " CEA LIST, " INRIA, " EPITA/LRDE, " Mandriva, " Nuxeo, " Proxem, " Tagmatica and " XWiki.

See the project's description on the Systematic Paris-Region Web site.

Resources

Source code

SCRIBO is part of the latest Olena release and can be installed with the whole platform. See download page.

However, the very latest version (development version) is available through our Git repository. Beware that stability and compilation is not guaranteed!

  • 2/ Checkout one of the following branches:
    • stable/scribo (recommended)
    • unstable/scribo (sometimes broken!)
1git checkout -b stable/scribo origin/stable/scribo

or

1git checkout -b unstable/scribo origin/unstable/scribo
  • 3/ Browse through sources in scribo directory or build the provided tools :


1	./bootstrap
2	mkdir _build
3	cd _build
4	../configure
5	make


In order to get access to all functionalities, your system should fulfill the following requirements :

  • LibGraphicsMagick++
  • Tesseract 2.x or 3.x
  • Qt 4.3 (minimum)
  • Fop 0.95 (minimum)
  • Xsltproc


Online Demos

On the Web


Warning: Display title "Contest-Related Modules" overrides earlier display title "Project-Related Modules".


ICDAR 2013 - Competition on Music Scores

Short Description

The contest (see there) is about removing staff from music score images.

Resources

Access the dedicated page that presents our solution.


ICDAR 2011 - Historical Document Layout Analysis Contest

Short Description

The general objective of this contest is analyze the overall document layout analysis on historical documents. Paragraphs, images, drop characters and separators had to be retrieved and well classified.

Jump to the official 2011 Contest page.

Resources

The whole source code of the submitted program is available on our Git repository.

Server: git://git.lrde.epita.fr/olena
Branch: icdar/hdlac2011
Location: scribo/src/contest/hdlac-2011


ICDAR 2009 - Handwriting Segmentation Contest

Short Description

The general objective of this contest is to use well established evaluation practices and procedures in order to record recent advances in off-line handwriting segmentation.

Jump to the official 2009 Contest page.

Resources

Access the dedicated module page.



Warning: Display title "Publication-Related Modules" overrides earlier display title "Contest-Related Modules".


Coming soon...