AdvancedLiterateMachinery icon indicating copy to clipboard operation
AdvancedLiterateMachinery copied to clipboard

Potential typo in DocXChain/modules/formula_recognition.py

Open ApatheticMioz opened this issue 8 months ago • 0 comments
trafficstars

The line 9

from rapid_latex_ocr import LatexOCR

should likely be replaced wtih

from rapid_latex_ocr import LaTeXOCR

and thus, line 34 should be updated as well, to properly call LaTeXOCR

ApatheticMioz avatar Mar 11 '25 15:03 ApatheticMioz