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
The json files contain a text object depending on the text format but it is not uniform. e.g. "theorem 2.1" can be converted into one text object {theorem%202.1} (where %20 denotes space) or two text objects {theorem} & {2.1} even when "theorem" & "2.1" are of the same style (font size etc.).
How to detect newline using x,y coordinates of the text objects?
{theorem%202.1}(where%20denotes space) or two text objects{theorem}&{2.1}even when "theorem" & "2.1" are of the same style (font size etc.).