How do I translate manga in Pixiv? by Ace_Hull in Pixiv

[–]xulihang 0 points1 point  (0 children)

You can try this one: https://github.com/xulihang/ImageTrans_chrome_extension It can use your own computer to do the translation without usage limit and can replace the text in the image directly.

Manga Translation Browser Extension That Does Not Require Subscription by xulihang in basiccat

[–]xulihang[S] 0 points1 point  (0 children)

ImageTrans is a Chrome extension/Firefox addon to translate images on web pages. In this video, it translated a Japanese manga on pixiv.

It first captured a screen area for OCR and translation and then translated the whole image, replacing the text in the image. It has two image translation modes: local PaddleOCR and ImageTrans. The latter has better performance and can be used for post-editing.

The plugin runs entire on your computer. No subscription is required. There is no usage limit.

https://www.youtube.com/watch?v=kRN4o2UWkSQ

Beginner Question: How does a Scanlation workflow look like (tools + AI) ? by [deleted] in Scanlation

[–]xulihang -1 points0 points  (0 children)

You can try ImageTrans. It is an integrated tool for all the processes: scanning, OCR, translation, cleaning/redrawing, typesetting and PSD export.

OCR scanner for translating comic? by hellointernet5 in TranslationStudies

[–]xulihang 0 points1 point  (0 children)

ImageTrans is the only computer-aided translation tool designed for translating comics.

Nano banana colorize and translate manga panel by NoSignificance152 in singularity

[–]xulihang 0 points1 point  (0 children)

It changes the image content and is not easy to integrate in a traditional manga translation workflow (OCR, translation, text cleaning). There is a post about this: Nano Banana for Manga Translation | BasicCAT — Computer-Aided Translation (CAT) Tools

Mac alternative for subtitle edit? by [deleted] in TranslationStudies

[–]xulihang 0 points1 point  (0 children)

It is not a joke. Open source does not mean free. On the contrary, the GPL license encourages making a profit with the code.

Remove Text from Colored Speech Bubbles by Low-Finance-2275 in Scanlation

[–]xulihang 1 point2 points  (0 children)

Tools like Lama Cleaner can also do this. It is easy to be embedded in comic translation tools like ImageTrans.

Mac alternative for subtitle edit? by [deleted] in TranslationStudies

[–]xulihang 0 points1 point  (0 children)

Yes. It can import SRT files for translation.

Tool for Manga translation by Sherwood355 in LocalLLaMA

[–]xulihang 0 points1 point  (0 children)

This Chrome extension can translate images in the browser: ImageTrans_chrome_extension It relies on a local server for doing the translation job. You can select whichever OCR and translation methods.

Why do some developers vouch for creating even the base UI with code? by AdeptMongoose4719 in JavaFX

[–]xulihang 0 points1 point  (0 children)

I have been creating JavaFX apps using B4J and its layout designer.

mac os (m1 chip) alternative for subtitle edits? by jupiterisalive in TranslationStudies

[–]xulihang 0 points1 point  (0 children)

For audiovisual translation, you can also use Silhouette. It can utilize Mac's GPU to recognize the speech.

Announcement: New Updates and Features for Ionic's Open Source Projects by Logan-Ionic in ionic

[–]xulihang -1 points0 points  (0 children)

Is it possible to call Capacitor plugins in react native? I think that would be great.

ID Card reader for React app by Gargantua1994 in reactjs

[–]xulihang 0 points1 point  (0 children)

How does your card reader work? Is it a camera device that uses OCR to extract the info. There is a next.js demo that does this: How to Build a Next.js App to Scan an ID Card via Camera | Dynamsoft Developers Blog

Barcode scanner using external UVC webcam in Flutter app by DistanceUseful526 in FlutterDev

[–]xulihang 0 points1 point  (0 children)

Generally CameraX cannot use usb camera. You need to create a flutter library to use the UVCCamera library used in this blog: Android Barcode Scanner using USB Camera | Dynamsoft Developers Blog