lukas-blecher / LaTeX-OCR

pix2tex: Using a ViT to convert images of equations into LaTeX code.
https://lukas-blecher.github.io/LaTeX-OCR/
MIT License
12.5k stars 1.03k forks source link

How to log latexocr? #210

Open mao13820 opened 2 years ago

mao13820 commented 2 years ago

I find I cannot open latexocr, after I call it, nothing happened, no gui window. I am using windows 10 and I wonder how to log the problem. Thank you very much

lukas-blecher commented 2 years ago

You are calling latexocr and are waiting until it terminates? And it does so without any error message?

mao13820 commented 2 years ago

Yes, nothing happened and no message. Waiting and terminates.

You are calling latexocr and are waiting until it terminates? And it does so without any error message?

mao13820 commented 1 year ago

You are calling latexocr and are waiting until it terminates? And it does so without any error message?

Do you have any idea to log it? Thank you very much

lukas-blecher commented 1 year ago

I don't know what the issue might be. Under linux I would suggest strace.

A Windows equivalent might be "Process Monitor" http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx

mao13820 commented 1 year ago

I don't know what the issue might be. Under linux I would suggest strace.

A Windows equivalent might be "Process Monitor" http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx

OK, thank you