mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 08:34:23 +08:00
Replace None w/ default in table_settings docs
Per @samkit-jain suggestion in PR #545
This commit is contained in:
@@ -316,11 +316,11 @@ By default, `extract_tables` uses the page's vertical and horizontal lines (or r
|
||||
"min_words_horizontal": 1,
|
||||
"keep_blank_chars": False,
|
||||
"text_tolerance": 3,
|
||||
"text_x_tolerance": None,
|
||||
"text_y_tolerance": None,
|
||||
"text_x_tolerance": 3,
|
||||
"text_y_tolerance": 3,
|
||||
"intersection_tolerance": 3,
|
||||
"intersection_x_tolerance": None,
|
||||
"intersection_y_tolerance": None,
|
||||
"intersection_x_tolerance": 3,
|
||||
"intersection_y_tolerance": 3,
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user