From 7964d2e3e100208732022d312f9fc5a82594612b Mon Sep 17 00:00:00 2001 From: Bernard Ngandu <31113941+bernard-ng@users.noreply.github.com> Date: Tue, 30 Jul 2024 08:11:14 +0200 Subject: [PATCH] Update CustomConfig.md (#729) fix typo and clarify sentence --- doc/CustomConfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CustomConfig.md b/doc/CustomConfig.md index 377e6102..d3f8ad57 100644 --- a/doc/CustomConfig.md +++ b/doc/CustomConfig.md @@ -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)