Aeonss / BubbleBlaster

Bubble Blaster removes text from speech bubbles in mangas/manhwas, made for Scanlations groups.
MIT License
85 stars 11 forks source link

Bubble speechs languages and suggestion #22

Closed wolverine4277 closed 8 months ago

wolverine4277 commented 8 months ago

It would be helpful to me if the Italian and spanish languages could be added. On the other hand, an improvement could be to allow to select also the language to which you want to translate. A question, is there any tool that I can download to generate an executable from the script? Or is it necessary to have Python installed? I ask because I do not use Python but this tool would be very useful! Best regards.

wolverine4277 commented 8 months ago

I finally downloaded the script and started playing with it. I added the languages I needed (translation from English to Spanish and from Italian to Spanish) and tried with some images. So far the only thing I notice is that when a text starts with ... it doesn't recognize it, at least with the images I used. Have you had any case like this? I try removing the ... and the result was the same. The original text was "... REVENGE IS INDEED SWEET!" imagen

Aeonss commented 8 months ago

It would be helpful to me if the Italian and spanish languages could be added. On the other hand, an improvement could be to allow to select also the language to which you want to translate. A question, is there any tool that I can download to generate an executable from the script? Or is it necessary to have Python installed? I ask because I do not use Python but this tool would be very useful! Best regards.

You would need python installed. To generate an executable, you'd need pyinstaller.

Aeonss commented 8 months ago

I finally downloaded the script and started playing with it. I added the languages I needed (translation from English to Spanish and from Italian to Spanish) and tried with some images. So far the only thing I notice is that when a text starts with ... it doesn't recognize it, at least with the images I used. Have you had any case like this? I try removing the ... and the result was the same. The original text was "... REVENGE IS INDEED SWEET!" imagen

The program is mostly for korean translations, but I'll add a X translation. Although, the translation feature is more of a testing thing and not really meant to be used. The model finds it hard for punctuation, so it would make sense why it doesn't detect it. Can you upload the original image so I can test it out myself?

wolverine4277 commented 8 months ago

I finally downloaded the script and started playing with it. I added the languages I needed (translation from English to Spanish and from Italian to Spanish) and tried with some images. So far the only thing I notice is that when a text starts with ... it doesn't recognize it, at least with the images I used. Have you had any case like this? I try removing the ... and the result was the same. The original text was "... REVENGE IS INDEED SWEET!" imagen

The program is mostly for korean translations, but I'll add a X translation. Although, the translation feature is more of a testing thing and not really meant to be used. The model finds it hard for punctuation, so it would make sense why it doesn't detect it. Can you upload the original image so I can test it out myself?

Hello, thank you for the prompt reply. This is the original image. I tried decreasing the confidence but it does not detect them. Anyway what I find more useful is the functionality to remove the texts inside the bubbles.

original

Aeonss commented 8 months ago

Yeah, the ... is so far away from the text that it doesn't recognize it. Although, my program detects the "revenge is sweet part"

1

294956908-6321bd97-9a23-41a5-a087-b6d8f2643265_ocr

wolverine4277 commented 8 months ago

Yes, I noticed that when it does not detect some text, you can lower the confidence level so that it recognizes it. Thank you very much!

Aeonss commented 8 months ago

Added Spanish and Italian in v1.2.3