It is common to have a matrix like this one from Wikipedia:

In this case and likely many others, the indices are just numbers 11, 12, etc., and will be a single mn in MathML (e.g., <mn>11</mn>).
The cleanup code should try to find this and convert the <mn>11</mn> to
<mn>1</mn><mo>⁣</mo><mn>2</mn>
Note: U+2063 is "invisible separator".
This would improve the speech significantly.
It is common to have a matrix like this one from Wikipedia:

In this case and likely many others, the indices are just numbers
11,12, etc., and will be a singlemnin MathML (e.g.,<mn>11</mn>).The cleanup code should try to find this and convert the
<mn>11</mn>toNote: U+2063 is "invisible separator".
This would improve the speech significantly.