Skip to content

Commit ce1242c

Browse files
authored
Update README.md (#130)
1 parent 47c116a commit ce1242c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,18 @@ tips on installing Detectron2 on Windows.
3636

3737
### PaddleOCR
3838

39-
[PaddleOCR](https://github.com/Unstructured-IO/unstructured.PaddleOCR) is required for table processing for `x86_64` architectures.
40-
It should not be installed under MacOS with Apple Silicon cpu.
39+
[PaddleOCR](https://github.com/Unstructured-IO/unstructured.PaddleOCR) is suggested for table processing for `x86_64` architectures.
40+
It **should not be installed under MacOS running Apple Silicon**.
4141

42-
PaddleOCR should be installed using the following instructions.
42+
PaddleOCR may be with installed with:
4343

4444
```shell
45+
# x86_64 only!
4546
pip install "unstructured.PaddleOCR"
4647
```
4748

49+
If paddle is not available, OCR is handled by tesseract instead.
50+
4851
### Repository
4952

5053
To install the repository for development, clone the repo and run `make install` to install dependencies.

0 commit comments

Comments
 (0)