You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started/installation.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ the following engines.
68
68
| Engine | Installation | Usage |
69
69
| ------ | ------------ | ----- |
70
70
|[EasyOCR](https://github.com/JaidedAI/EasyOCR)|`easyocr` extra or via `pip install easyocr`. |`EasyOcrOptions`|
71
-
|[Nemotron OCR](https://huggingface.co/nvidia/nemotron-ocr-v1)|`nemotron-ocr` extra. Supported only on Linux x86_64 with Python 3.12 and CUDA 13.x. |`NemotronOcrOptions`|
71
+
|[Nemotron OCR](https://huggingface.co/nvidia/nemotron-ocr-v1)|`nemotron-ocr` extra. Supported only on Linux x86_64 with Python 3.12 and CUDA 13.x. See installation note below. |`NemotronOcrOptions`|
72
72
| Tesseract | System dependency. See description for Tesseract and Tesserocr below. |`TesseractOcrOptions`|
73
73
| Tesseract CLI | System dependency. See description below. |`TesseractCliOcrOptions`|
74
74
| OcrMac | System dependency. See description below. |`OcrMacOptions`|
0 commit comments