Skip to content

Commit

Permalink
Update 1055 - multicolumn.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fscelliott committed Mar 7, 2025
1 parent 7f7f1a2 commit 70d07ac
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,12 @@ Parameters

| key | value | description |
| ------------------- | ----------------------------------- | ------------------------------------------------------------ |
| type (**required**) | `multicolumn` | Recognizes multi-column layouts in documents. Each page in a document can have a different column layout. |
| type (**required**) | `multicolumn` | Recognizes multi-column layouts in documents. |
| minGutterArea | number in square inches. default: 1 | Configures detecting the gutters between columns. Sensible ignores a gutter between columns with an area less than that the specified square number of inches.<br/> To determine the area, Sensible detects whitespace between columns, draws a rectangular gutter in the whitespace, and measures the rectangle's area. |

Examples
====



- `https://dev.sensible.so/editor/instruct/?d=frances_playground&c=multicolumn_preprocessor&g=multicolumn___google_docs`

The following example shows extracting text from a research paper that contains a 3-column layout, a 2-column layout, and a page with no columns.

**Config**
Expand Down

0 comments on commit 70d07ac

Please # to comment.