We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from pix2text import Pix2Text uer_temp_dir = get_user_temp_dir(user_id=user_id,doc_id=doc_id) p2t = Pix2Text.from_config(device="cpu",enable_formula=False) doc = p2t.recognize_pdf(file_path) doc.to_markdown(uer_temp_dir)
报错: latex_ocr model MUST NOT be None
latex_ocr
The text was updated successfully, but these errors were encountered:
v1.1.1.2 已修复,感谢
Sorry, something went wrong.
谢谢楼主
No branches or pull requests
from pix2text import Pix2Text
uer_temp_dir = get_user_temp_dir(user_id=user_id,doc_id=doc_id)
p2t = Pix2Text.from_config(device="cpu",enable_formula=False)
doc = p2t.recognize_pdf(file_path)
doc.to_markdown(uer_temp_dir)
报错:
latex_ocr
model MUST NOT be NoneThe text was updated successfully, but these errors were encountered: