Skip to content

Commit

Permalink
Merge pull request #10 from Daniel-KM/feature/separated
Browse files Browse the repository at this point in the history
Feature/separated : version 3.4.7 with various configs + TSV
  • Loading branch information
smachefert authored Mar 19, 2024
2 parents 713a959 + 612e8a3 commit 78143e0
Show file tree
Hide file tree
Showing 8 changed files with 993 additions and 393 deletions.
263 changes: 220 additions & 43 deletions Module.php

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
],
'extractocr' => [
'config' => [
'extractocr_media_type' => 'text/tab-separated-values',
// Don't set a default option to avoid issue with config form.
// The option is set on install.
'extractocr_types_files' => [],
'extractocr_types_media' => [],
'extractocr_content_store' => [],
'extractocr_content_property' => 'bibo:content',
'extractocr_content_language' => '',
Expand Down
2 changes: 1 addition & 1 deletion config/module.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ author = "bubdxm, completed by Daniel Berthereau"
author_link = "https://github.com/symac"
module_link = "http://github.com/bubdxm/Omeka-S-module-ExtractOcr"
configurable = true
version = "3.4.6"
version = "3.4.7"
omeka_version_constraint = "^3.0.0 || ^4.0.0"
Binary file modified language/fr.mo
Binary file not shown.
Loading

0 comments on commit 78143e0

Please sign in to comment.