I have a python script that needs to get the full text of an annotation object (including the brackets for stacked fractions if present). Both rs.TextObjectText(id)
and obj.TextGeometry.Text
omit the brackets. Is there a way to get the full text? Or alternatively, is there a flag somewhere that shows whether I need to manually add them back in?