-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomputer_gui_setup.txt
45 lines (34 loc) · 1.07 KB
/
computer_gui_setup.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Other important software.
sudo apt-get install scantailor
# ScanTailor tutorial
https://github.com/scantailor/scantailor/wiki/User-Guide
https://vimeo.com/12524529
# VIA image annotation tool
wget http://www.robots.ox.ac.uk/~vgg/software/via/downloads/via-2.0.5.zip
unzip via-2.0.5.zip
git clone https://github.com/fgaim/HornMorpho.git
cd HornMorpho
sudo python3 setup.py install
cd ~
sudo pip3 install hocr-tools
git clone https://github.com/UB-Mannheim/ocr-gt-tools.git
cd ocr-gt-tools/
sudo make apt-get
sudo make dev-apt-get
cd ~
sudo pip3 install opencv-python
sudo python3 -c 'import cv2; print(cv2.__version__)'
git clone https://github.com/jbaiter/hocrviewer-mirador.git
cd hocrviewer-mirador
sudo pip3 install -r requirements.txt
sudo pip3 install click_log gunicorn iiif-prezi
sudo pip3 install Flask-IIIF --ignore-installed
cd ~
sudo apt-get install python3.6-tk
git clone https://github.com/azmiozgen/text-detection.git
cd text-detection
sudo pip3 install -r requirements.txt
cd ~
sudo apt-get install libmagickwand-dev
sudo pip3 install Wand
sudo pip3 install pypdf2