The current v1 parser is slow with regard to parsing documents, primarily due to a lot of inheritance. In the new v2, we will remove any inheritance and improve the parsing speed.
In addition, we would like to:
dynamically load the fonts (only load if necessary)
remove any inheritance
have the capability to switch between snippet and word level
The current v1 parser is slow with regard to parsing documents, primarily due to a lot of inheritance. In the new v2, we will remove any inheritance and improve the parsing speed.
In addition, we would like to: