Changeset 75099 in spip-zone for _plugins_/ocr
- Timestamp:
- Aug 29, 2013, 4:43:22 PM (8 years ago)
- Location:
- _plugins_/ocr/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/ocr/trunk/ocr_pipelines.php
r75082 r75099 16 16 } 17 17 18 function ocr_rechercher_liste_des_champs($tables){ 19 $tables['document']['ocr'] = 1; 20 spip_log($tables ,'ocr'); 21 return $tables; 22 } 23 18 24 ?> -
_plugins_/ocr/trunk/paquet.xml
r75087 r75099 27 27 <pipeline nom="declarer_tables_principales" inclure="base/ocr.php" /> 28 28 <pipeline nom="taches_generales_cron" inclure="ocr_pipelines.php" /> 29 29 <pipeline nom="rechercher_liste_des_champs" inclure="ocr_pipelines.php" /> 30 30 31 </paquet>
Note: See TracChangeset
for help on using the changeset viewer.