Skip to content

Commit

Permalink
Update CustomConfig.md (#729)
Browse files Browse the repository at this point in the history
fix typo and clarify sentence
  • Loading branch information
bernard-ng authored Jul 30, 2024
1 parent 9609711 commit 7964d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/CustomConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The `Config` class has the following options:
| `setHorizontalOffset` | String | ` ` | When words are broken up or when the structure of a table is not preserved, you may get better results when adapting `setHorizontalOffset`. |
| `setPdfWhitespaces` | String | `\0\t\n\f\r ` | |
| `setPdfWhitespacesRegex` | String | `[\0\t\n\f\r ]` | |
| `setRetainImageContent` | Boolean | `true` | If parsing fails because of memory exhaustion, you can set the value to `false`. It wont retain image content anymore, but will use less memory too. |
| `setRetainImageContent` | Boolean | `true` | If parsing fails due to memory exhaustion, you can set the value to `false`. This will reduce memory usage, although it will no longer retain image content. |


## option setDecodeMemoryLimit + setRetainImageContent (manage memory usage)
Expand Down

0 comments on commit 7964d2e

Please sign in to comment.