audioarxiv.preprocess.math_equation.process_math_equations

audioarxiv.preprocess.math_equation.process_math_equations(text: str) str[source]

Detects LaTeX-style math symbols and converts them to a readable format.

Parameters:

text (str) – Text.

Returns:

Text with the processed math equations.

Return type:

str