1. 19 May, 2017 2 commits
    • francois's avatar
      stack/erp5 Add ocropy in erp5 stack · 83fb9cd5
      francois authored
      This commit contain modifications that allow ocropy and scipy to be
      installed as eggs. Extra ld_path are added to python to allow the former
      to run scipy (that needs libstdc++) inside testnodes.
      83fb9cd5
    • francois's avatar
      component/ocropy Add the ocropy library for OCR · 80d799f1
      francois authored
      This commit add component needed for Optical Character recognition:
      ocropy and its dependancies
      
      The Ocropy egg on Pypi is empty, so this component have to be built from
      source. The default neural network model is downloaded from the author
      website and installed in python2.7/share/ocropus.
      
      The patch is here for to different thing: one is adding an
      OCROPY_MODEL_PATH to be able to specify the position of models, the
      other is importing for the first time a module that compile C code from
      python, allowing us to have the static library built before runtime and
      preventing us from using gcc through zope.
      
      More models are available here:
      https://github.com/tmbdev/ocropy/wiki/Models
      80d799f1
  2. 16 May, 2017 6 commits
  3. 15 May, 2017 1 commit
  4. 11 May, 2017 4 commits
  5. 09 May, 2017 6 commits
  6. 05 May, 2017 13 commits
  7. 03 May, 2017 6 commits
  8. 02 May, 2017 1 commit
  9. 28 Apr, 2017 1 commit
    • Łukasz Nowak's avatar
      testsuite/deploy-test: Deploy script testing · a47d14b8
      Łukasz Nowak authored
      Software release for testing deploy scripts and Ansible playbooks
      provided in slapos.package repository.
      
      It is used by Test Suite and ERP5TestNode and runs tests configured in
      Test Suite against VM built with deploy script.
      a47d14b8