From 57caed87d6a9f59cda732ecb95bf5f4cd2e1294f Mon Sep 17 00:00:00 2001 From: John <43506685+Coniferish@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:19:09 -0400 Subject: [PATCH] remove incorrect info from partition_image description --- open-source/core-functionality/partitioning.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-source/core-functionality/partitioning.mdx b/open-source/core-functionality/partitioning.mdx index 99acce1d..3a8653f7 100644 --- a/open-source/core-functionality/partitioning.mdx +++ b/open-source/core-functionality/partitioning.mdx @@ -302,7 +302,7 @@ For more information about the `partition_html` function, you can check the [sou ## `partition_image` -The `partition_image` function has the same API as `partition_pdf`, which is document above. The only difference is that `partition_image` does not need to convert a PDF to an image prior to processing. The `partition_image` function supports `.png`, `.heic`, and `.jpg` files. +The `partition_image` function has the same API as `partition_pdf`. The only difference is that `partition_image` does not need to convert a PDF to an image prior to processing. The `partition_image` function supports `.png`, `.heic`, and `.jpg` files. You can also specify what languages to use for OCR with the `languages` kwarg. For example, use `languages=["eng", "deu"]` to use the English and German language packs. See the [Tesseract documentation](https://github.com/tesseract-ocr/tessdata) for a full list of languages and install instructions.