Relative Content

Tag Archive for androidapideep-learningocrpaddleocr

How to access or use PaddleOCR API for handwritten text purposes (this is for my mobile application)?

I’m a beginner building an Android mobile app which has a feature of detecting handwritten texts. I noticed that one of the good models available and is for free is the PaddleOCR. However, the Github documentation is kinda difficult for me to understand as of this moment and I was only available to make it work in my Google Colab evironment using the quick start tutorial they provided. However, again, my goal is to access this for my mobile app, which I think is through API or maybe deploying it locally (though this may be much more difficult).