Skip to content

Commit 899b8b1

Browse files
authored
Merge pull request #8 from rajtilakjee/tesseract
Modify README.md and installation.md in docs
2 parents e72846c + b2508b9 commit 899b8b1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Simone requires the following dependencies to be installed on your system:
2929

3030
## Installation
3131

32-
Please see the [documentation](https://rajtilakjee.github.io/simone/getting-started/installation/) for detailed instruction on installing the dependencies and the main program.
32+
> [!IMPORTANT]
33+
> Please see the [documentation](https://rajtilakjee.github.io/simone/getting-started/installation/) for detailed instruction on installing the dependencies and the main program.
3334
3435
## Documentation
3536

docs/getting-started/installation.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ These are the details you need to follow in order to make Simone work on your lo
44

55
### Install FFMPEG:
66

7-
1. Download it from the following link: https://ffmpeg.org/download.html
7+
1. Download it from the following link: [https://ffmpeg.org/download.html](https://ffmpeg.org/download.html)
88
2. Follow the instructions on the screen to install it.
99

1010
### Install Tesseract OCR:
1111

12-
1. Visit the following page for detailed instructions on how to install Tesseract OCR in your system: https://tesseract-ocr.github.io/tessdoc/Installation.html
13-
2. Remember to find out the path where Tesseract OCR was installed in your system. You'll need this during execution of the program.
12+
1. Visit the following page for detailed instructions on how to install Tesseract OCR in your system: [https://tesseract-ocr.github.io/tessdoc/Installation.html](https://tesseract-ocr.github.io/tessdoc/Installation.html)
13+
14+
> [!IMPORTANT]
15+
> Remember to find out the path where Tesseract OCR was installed in your system. You'll need this during execution of the program.
1416
1517
### Gemma 7B API Key:
1618

0 commit comments

Comments
 (0)