Changeset 75232 in spip-zone for _plugins_/ocr
- Timestamp:
- Sep 3, 2013, 3:38:40 AM (8 years ago)
- Location:
- _plugins_/ocr/trunk/lang
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/ocr/trunk/lang/paquet-ocr_fr.php
r74773 r75232 1 1 <?php 2 2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP 3 3 // Fichier source, a modifier dans svn://zone.spip.org/spip-zone/_plugins_/ocr/trunk/lang/ 4 4 if (!defined('_ECRIRE_INC_VERSION')) return; 5 5 … … 9 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.