When using the `extractText()` method in `v0.3.4`, each text block loses spaces: # Example PDF [example.pdf](https://github.com/user-attachments/files/27121173/T.pdf) # Expected `"Test Paragraph"` # Actual `"TestParagraph"`
When using the
extractText()method inv0.3.4, each text block loses spaces:Example PDF
example.pdf
Expected
"Test Paragraph"Actual
"TestParagraph"