You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to extract biathlon results from pdf files but a few of them have proven to be difficult: some white spaces seem to disappear. Here's an example:
For example, the green one converts to "70 0" as it should but the red one turns into "70". One can check that both of them have a space by copying and pasting them to text editor. A quick look suggests the problem occurs when the first number (rank of shooting time) has only one digit.
The text was updated successfully, but these errors were encountered:
I'm trying to extract biathlon results from pdf files but a few of them have proven to be difficult: some white spaces seem to disappear. Here's an example:
Here's a piece of the original pdf:
For example, the green one converts to "70 0" as it should but the red one turns into "70". One can check that both of them have a space by copying and pasting them to text editor. A quick look suggests the problem occurs when the first number (rank of shooting time) has only one digit.
The text was updated successfully, but these errors were encountered: