1. 27 Apr, 2017 1 commit
    • francois's avatar
      component/ocropy Add the ocropy library for OCR · 73e72c45
      francois authored
      This commit add component needed for Optical Character Recognition:
      Ocropy, and the patch that need to be applied to make it work with erp5.
      
      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 modify how the setup works to allow the C functions in
      native.py to be compiled during setup (removing the need to make zope
      use gcc) and provide a way to specify the model path for Ocropy.
      The patched setup now need to call some modules from different eggs,
      whose path needs to be put into sys.path before it can be run.
      
      More models are available here:
      https://github.com/tmbdev/ocropy/wiki/Models
      73e72c45
  2. 06 Apr, 2017 2 commits
  3. 05 Apr, 2017 5 commits
  4. 04 Apr, 2017 5 commits
  5. 03 Apr, 2017 9 commits
  6. 31 Mar, 2017 1 commit
  7. 28 Mar, 2017 2 commits
  8. 27 Mar, 2017 1 commit
  9. 24 Mar, 2017 6 commits
  10. 23 Mar, 2017 4 commits
  11. 22 Mar, 2017 2 commits
  12. 21 Mar, 2017 2 commits