Skip to content

Training mode is not supported in this build. #22

Closed Answered by SWHL
divisonofficer asked this question in Q&A
Discussion options

You must be logged in to vote

I tested the program in Google Colab, and do not meet the problem.
Can you try to test it on the Google Colab?
I want to ensure that the error can be reproduce.

For example code:

pip install rapid_latex_ocr
from rapid_latex_ocr import LatexOCR

model = LatexOCR()

img_path = "6.png"
with open(img_path, "rb") as f:
    data = f.read()

res, elapse = model(data)

print(res)
print(elapse)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SWHL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #15 on July 11, 2024 13:59.