Open brody-taylor opened 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 |
@xitanggg could you take a look whenever you have a chance? More details are in the linked issue
Fixes #106
Certain text formatting causes the adjacent character be in its own
TextItem
frompdfjs
. 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