Skip to content

Commit b626870

Browse files
committed
lint
1 parent 2836e2d commit b626870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: unstructured/partition/image.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ def partition_image(
3939
"ocr_only". When using the "hi_res" strategy, the function uses a layout detection
4040
model if to identify document elements. When using the "ocr_only" strategy,
4141
partition_image simply extracts the text from the document using OCR and processes it.
42-
The default strategy `auto` will determine when a image can be extracted using `ocr_only` mode,
43-
otherwise it will fall back to `hi_res`.
42+
The default strategy `auto` will determine when a image can be extracted using
43+
`ocr_only` mode, otherwise it will fall back to `hi_res`.
4444
"""
4545
exactly_one(filename=filename, file=file)
4646

0 commit comments

Comments
 (0)