From 1a88b6d0b15f6531d1a8b87951b33d1b8429d985 Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Mon, 2 Dec 2019 13:19:45 +0100 Subject: [PATCH] readme: installation and models --- README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 388b81f..99a92d8 100644 --- a/README.md +++ b/README.md @@ -15,25 +15,15 @@ image) as its input. ## Installation -### From PyPI - -:construction: :construction: :construction: :construction: :construction: :construction: :construction: - ``` pip install ocrd_calamari ``` -### From Repo +## Install models -```sh -pip install . ``` - -To install the calamari with the GPU version of Tensorflow: - -```sh -pip install 'calamari-ocr[tf_cpu]' -pip install . +wget https://github.com/Calamari-OCR/calamari_models/archive/master.zip +unzip master.zip ``` ## Example Usage