dengdan / seglink

An Implementation of the seglink alogrithm in paper Detecting Oriented Text in Natural Images by Linking Segments
GNU General Public License v3.0
495 stars 178 forks source link

Could you supported this library in Android? #32

Open mavyasoni786 opened 6 years ago

mavyasoni786 commented 6 years ago

Hello,

In my application, I want to detect text from real-life images. Do you have given support in Android?

Thanks!

tonsquemike commented 6 years ago

This work use Tensor Flow and openCV, so you can rewrite the source code from python to java.

mavyasoni786 commented 6 years ago

@tonsquemike

Thank you for your reply. Could you please explain it more in detail.

Thanks!