Installation

Overview

Picslate use:

Setup

  • enchant

    • On Ubuntu:

      sudo apt-get install enchant-2
      sudo apt-get install myspell-fr
      sudo apt-get install hunspell-en-us
      
    • On macOS:

      brew install enchant
      
  • TesseractOCR => 5.1

    • On Ubuntu:

      sudo apt install tesseract-ocr
      sudo apt install libtesseract-dev
      sudo apt install libleptonica-dev
      sudo apt install pkg-config
      sudo apt-get install tesseract-ocr-eng
      
    • On macOS:

      sudo port install autoconf \ automake \ libtool \ pkgconfig \ leptonica
      sudo port install tesseract
      sudo port install tesseract-lang
      
  • pip

    • On Ubuntu:

      sudo apt install python3-pip
      
    • On macOS:

      curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
      python3 get-pip.py
      

    Then install the package:

    pip install picslate