While using the indexer class, my output occassionaly has random spacing somewhere in the returned body. I cant seem to figure out why. There are no hidden characters in the original document and I am not doing anything with the data after the fact. Example:
docx: The quick brown fox jumps over the lazy dog
parsed: The quick bro wn fox jumps over the lazy dog
Hoping someone has had similar issues or knows how I can debug the original document to figure out the cause.