Tagged Questions
10
votes
1answer
146 views
Width threshold for space detection
I'm writing this stuff pdf2htmlEX, for each distance between two consecutive letters, I need to check if there should be a space character or not. Especially for PDF files generated by LaTeX, which ...