Changeset 76251 in spip-zone for _plugins_/ocr
- Timestamp:
- Sep 22, 2013, 5:03:26 PM (8 years ago)
- Location:
- _plugins_/ocr/trunk/lang
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/ocr/trunk/lang/paquet-ocr.xml
r75764 r76251 1 1 <traduction module="paquet-ocr" gestionnaire="salvatore" url="http://trad.spip.net" source="svn://zone.spip.org/spip-zone/_plugins_/ocr/trunk/lang/" reference="fr"> 2 <langue code="es" url="http://trad.spip.net/tradlang_module/paquet-ocr?lang_cible=es" total="3" traduits="3" modifs="0" nouveaux="0" pourcent="100.00">2 <langue code="es" url="http://trad.spip.net/tradlang_module/paquet-ocr?lang_cible=es" total="3" traduits="3" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 3 3 <traducteur nom="severo" lien="http://trad.spip.net/auteur/severo" /> 4 4 </langue> 5 <langue code="fr" url="http://trad.spip.net/tradlang_module/paquet-ocr?lang_cible=fr" total="3" traduits="3" modifs="0" nouveaux="0" pourcent="100.00">5 <langue code="fr" url="http://trad.spip.net/tradlang_module/paquet-ocr?lang_cible=fr" total="3" traduits="3" relire="0" modifs="0" nouveaux="0" pourcent="100.00"> 6 6 </langue> 7 7 </traduction> -
_plugins_/ocr/trunk/lang/paquet-ocr_fr.php
r75232 r76251 7 7 8 8 // O 9 'ocr_description' => 'Le plugin permet d \'analyser un fichier image (typiquement un document scanné) pour extraire le texte contenu. Il utilise la librairie d\'OCR (Optical character recognition) [tesseract->http://code.google.com/p/tesseract-ocr/wiki/ReadMe].',9 'ocr_description' => 'Le plugin permet d’analyser un fichier image (typiquement un document scanné) pour extraire le texte contenu. Il utilise la librairie d’OCR (Optical character recognition) [tesseract->http://code.google.com/p/tesseract-ocr/wiki/ReadMe].', 10 10 'ocr_nom' => 'ocr', 11 'ocr_slogan' => 'Extraire un texte d \'une image par OCR'11 'ocr_slogan' => 'Extraire un texte d’une image par OCR' 12 12 ); 13 13
Note: See TracChangeset
for help on using the changeset viewer.