diff --git a/docs/source/bricks.rst b/docs/source/bricks.rst index 45409d2b45..554b8e2b9f 100644 --- a/docs/source/bricks.rst +++ b/docs/source/bricks.rst @@ -45,7 +45,7 @@ The following table shows the document types the `unstructured` library currentl +----------------------------------------------+---------------------+----------------------------------------+----------------+------------------------------------------------------------------------------------------------------------------+ | Images (`.png`/`.jpg`) | `partition_image` | `"auto"`, `"hi_res"`, `"ocr_only"` | Yes | Encoding; Include Page Breaks; Infer Table Structure; OCR Languages, Strategy | +----------------------------------------------+---------------------+----------------------------------------+----------------+------------------------------------------------------------------------------------------------------------------+ -| Markdown (`.md`) | `partitin_md` | N/A | Yes | Include Page Breaks | +| Markdown (`.md`) | `partition_md` | N/A | Yes | Include Page Breaks | +----------------------------------------------+---------------------+----------------------------------------+----------------+------------------------------------------------------------------------------------------------------------------+ | Org Mode (`.org`) | `partition_org` | N/A | Yes | Include Page Breaks | +----------------------------------------------+---------------------+----------------------------------------+----------------+------------------------------------------------------------------------------------------------------------------+