We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2836e2d commit b626870Copy full SHA for b626870
unstructured/partition/image.py
@@ -39,8 +39,8 @@ def partition_image(
39
"ocr_only". When using the "hi_res" strategy, the function uses a layout detection
40
model if to identify document elements. When using the "ocr_only" strategy,
41
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`.
+ The default strategy `auto` will determine when a image can be extracted using
+ `ocr_only` mode, otherwise it will fall back to `hi_res`.
44
"""
45
exactly_one(filename=filename, file=file)
46
0 commit comments