File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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!
4546pip install " unstructured.PaddleOCR"
4647```
4748
49+ If paddle is not available, OCR is handled by tesseract instead.
50+
4851### Repository
4952
5053To install the repository for development, clone the repo and run ` make install ` to install dependencies.
You can’t perform that action at this time.
0 commit comments