xitanggg / open-resume

OpenResume is a powerful open-source resume builder and resume parser. https://open-resume.com/
https://open-resume.com
GNU Affero General Public License v3.0
6.89k stars 674 forks source link

Fix spacing dropped between TextItems #107

Open brody-taylor opened 4 months ago

brody-taylor commented 4 months ago

Fixes #106

Certain text formatting causes the adjacent character be in its own TextItem from pdfjs. This is commonly a space character, which is then dropped by the noise filter, and results in text getting concatenated. I added an exception to the noise filter for a single space to resolve

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
open-resume ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 17, 2024 6:50am
brody-taylor commented 1 week ago

@xitanggg could you take a look whenever you have a chance? More details are in the linked issue