Skip to content

Commit ce8bfbc

Browse files
authored
remove incorrect info from partition_image description (#274)
1 parent 027c6db commit ce8bfbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

open-source/core-functionality/partitioning.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ For more information about the `partition_html` function, you can check the [sou
302302

303303
## `partition_image`
304304

305-
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.
305+
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.
306306

307307
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.
308308

0 commit comments

Comments
 (0)