From 6d0b2d2dd6954863da7a57af70b49e9690daa609 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 17 Nov 2020 17:46:27 +0000 Subject: Update desktop wording --- content/posts/desktop-tool/index.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/posts/desktop-tool/index.md b/content/posts/desktop-tool/index.md index 21deb69..4c43198 100644 --- a/content/posts/desktop-tool/index.md +++ b/content/posts/desktop-tool/index.md @@ -14,15 +14,13 @@ because why not? At the moment it's a command line only tool. *rescribe* is a part of our [bookpipeline](https://rescribe.xyz/bookpipeline) package, and we provide pre built executables for it which can be -downloaded for each platform here: +downloaded for each platform here - save them to wherever you want +to run the program from: * [Linux](https://rescribe.xyz/rescribe/0.3.0/rescribe) * [OS X](https://rescribe.xyz/rescribe/0.3.0/osx/rescribe) * [Windows](https://rescribe.xyz/rescribe/0.3.0/rescribe.exe) -Note that if you're on Linux or OS X you will probably need to run -`chmod +x rescribe` after downloading, to make it executable. - Next, you need to install the Tesseract OCR engine, which the tool uses for the core OCR step. If you're on Linux this should be available from your package manager, @@ -44,6 +42,10 @@ the run box, on OSX it's under Applications -> Utilities -> Terminal, and if you're on Linux I bet you already know where to find your terminal. +Firstly, if you're on Linux or OSX you will probably need to make +the program executable after downloading it, so do that now by +running `chmod +x rescribe`. You'll only have to do that once. + You use *rescribe* by giving it the path of a training file to use and the directory containing the book or manuscript pages you want to OCR. Basic usage looks like this: -- cgit v1.2.1-24-ge1ad