Home / Blog / Image Translation / Video Translation / Support / Donation / RSS
Manga Translator Web App for Android and iOS
ImageTrans is an image translation software, which can be used to translate images like manga and posters. It can run as a web app so that we can use it in browsers. Android and iOS devices can then use it to translate images.
If we run the web app at home, we can only access it on the local area network. In order to use it on the internet, we can use ngrok. In this article, we are going to describe how to do this in detail.
-
Create a new Japanese to English project. Select mangaOCR as the OCR engine.
-
Start the server of ImageTrans.
-
Open the window form of the server via the menu.
-
Click Start Server and connect. Here, you can set the machine translation, text detection, and boxes merging methods. Here we use ChatGPT for translation and the balloon detection model for text detection.
-
-
After starting the server, we can access https://local.basiccat.org:51043/ to use ImageTrans running on our computer. On this page, we can upload an image to translate.
-
To use it on the internet, we can use ngrok.
-
Download and register ngrok.
-
Install it according to the instructions and run it using the following command:
ngrok http 51042
The following interface will be displayed:
ngrok will provide a URL like
https://3751-101-71-39-138.ngrok-free.app-like
that we can use to access the web app of ImageTrans.
-
-
Use a mobile phone to visit the page and translate a manga image:
Or open the camera and scanlate a region:
© 2025 BasicCAT ― Powered by Jekyll and Textlog theme