Skip to content

Commit 53b76df

Browse files
committed
docs(ai): Small fixes
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent f283900 commit 53b76df

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

admin_manual/ai/app_ocr_paddle.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ Known Limitations
6262

6363
* We currently only support languages supported by the underlying PaddleOCR-VL model
6464
* The PaddleOCR-VL model performs unevenly across languages, and may show lower accuracy on low-resource and/or low-discoverability languages or languages where there was less training data available.
65-
* Only the first 50 pages of PDF files are read (configurable via the OCR_MAX_PDF_PAGES deploy option), longer PDFs are silently truncated.
65+
* Only the first 50 pages of PDF files are read (configurable via the ``OCR_MAX_PDF_PAGES`` deploy option), longer PDFs are silently truncated.
66+
* PDF pages are rasterized at 170 DPI (configurable via the ``OCR_PDF_DPI`` deploy option) before OCR
6667
* Inputs are downscaled to ≤2.8 MP (max_pixels: 2822400), so high-resolution scans lose detail before OCR runs.
6768
* Make sure to test the language model you are using it for whether it meets the use-case's quality requirements
6869
* Customer support is available upon request, however we can't solve false or problematic output, most performance issues, or other problems caused by the underlying model. Support is thus limited only to bugs directly caused by the implementation of the app (connectors, API, front-end, AppAPI)

admin_manual/ai/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ Frontend apps
347347
Backend apps
348348
~~~~~~~~~~~~
349349

350-
* `OpenAI and LocalAI integration (via OpenAI API) <https://apps.nextcloud.com/apps/integration_openai>`_ - Integrates with the OpenAI API to provide AI functionality from OpenAI servers (Customer support available upon request; see :ref:`AI as a Service<ai-ai_as_a_service>`)
350+
* `OpenAI and LocalAI integration (via OpenAI API) <https://apps.nextcloud.com/apps/integration_openai>`_ >= v5.0.0 - Integrates with the OpenAI API to provide AI functionality from OpenAI servers (Customer support available upon request; see :ref:`AI as a Service<ai-ai_as_a_service>`)
351351
* :ref:`Local OCR: PaddleOCR (ExApp) <<ai-app-ocr_paddle>` - (Customer support available upon request)
352352

353353
Windmill workflows

0 commit comments

Comments
 (0)