Sathindu
Sathindu
I have updated the aspect ratio calculation method from `ar = page.getWidth() / image.getWidth();` to ``` float i_width = image.getWidth(); float i_height = image.getHeight(); if(i_width > i_height){ ar = page.getWidth()...
What are the possibilities of merge above two functions? I have found for edge detection in OpenCV you have used `SurfaceHolder.Callback` and for OCR `CameraSource`. Is it possible to implement...
After correctly sign in with firebase user, the app redirect user to splash activity again and again from login activity.
### Describe the bug I'm using AzureChatOpenAI model from `langchain_openai ` and using `gpt-4o-mini` model. I'm getting `Langfuse was not able to parse the LLM model. The LLM call will...
When you call the `translate` from `MathML2Tex()` ```python from py_asciimath.translator import translator mathml2tex = MathML2Tex() parsed = mathml2tex.translate(parsed, network=False, from_file=False) ``` It's printing the following logs always. If you parse...