RarityBrown

Results 5 comments of RarityBrown

纯公式的情况下也许可以考虑 [CortexJS](https://cortexjs.io/mathlive/),目前 [SimpleTex](https://simpletex.cn/) [正在](https://www.reddit.com/r/LaTeX/comments/xvl8a3/i_build_a_formula_expression_recognition_tool/)使用的方案,不仅支持实时渲染预览,还支持一定程度的 wysiwyg 公式编辑。

[VikParuchuri/texify](https://github.com/VikParuchuri/texify): OCR model for math that outputs LaTeX and markdown Benchmarks provided by @VikParuchuri: > ![Benchmarks](https://github.com/VikParuchuri/texify/raw/master/data/images/texify_bench.png)

A minimal reproducible example: ```python import os os.environ['path'] += r';C:\Program Files\Inkscape\bin' # https://stackoverflow.com/questions/46265677/get-cairosvg-working-in-windows import cairosvg svg_string = ''' ''' try: x = cairosvg.svg2png(bytestring=svg_string) except RecursionError: print("Caught a RecursionError!") ``` cairocffi:...

Based on the flowchart, it would be easier to first add support for block diagrams. There are mainly four steps required for preliminary support, each step being independent of the...

Projects worth referencing: [Lcapy](https://lcapy.readthedocs.io/en/latest/), [Schemdraw](https://schemdraw.readthedocs.io/en/latest/index.html), [d3-hwschematic](https://github.com/Nic30/d3-hwschematic#similar-opensource-projects), [SKiDL](https://github.com/devbisme/skidl), [netlistsvg](https://github.com/nturley/netlistsvg), [CircuiTikZ](https://ctan.org/pkg/circuitikz), [circuit_macros](https://www.ctan.org/tex-archive/graphics/circuit_macros/) ([link2](https://ece.uwaterloo.ca/~aplevich/Circuit_macros/html/examples.html)), [PySpice](https://pyspice.fabrice-salvaire.fr/releases/v1.5/example-introduction.html#how-to-draw-a-circuit)