From 2d10fdcf0f1c51e160e2378b12c4230e7f3f5e88 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 25 Mar 2018 21:37:06 -0700 Subject: [PATCH] Fix typo in release notes --- docs/release_notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index a4b6f4af..fc1dd8bb 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -27,7 +27,7 @@ v6.0.0 - Fixed an issue that caused dramatic inflation of file sizes when ``--skip-text --output-type pdf`` was used. OCRmyPDF now removes duplicate resources such as fonts, images and other objects that it generates. (#237) -- Improved performance of the inital page splitting step. Originally this step was not believed to be expensive and ran in a process. Large file testing revealed it to be a bottleneck, so it is now parallelized. On a 700 page file with quad core machine, this change saves about 2 minutes. (#234) +- Improved performance of the initial page splitting step. Originally this step was not believed to be expensive and ran in a process. Large file testing revealed it to be a bottleneck, so it is now parallelized. On a 700 page file with quad core machine, this change saves about 2 minutes. (#234) - The test suite now includes a cache that can be used to speed up test runs across platforms. This also does not require computing checksums, so it's faster. (#217)