Aeonss / BubbleBlaster

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

[Feature] Generate a json file for more detail evey image #29

Open jarvis1801 opened 6 months ago

jarvis1801 commented 6 months ago

json array for removed text. start x y, end x y for the bubble xy

eg. [ { "text": "..." "start_x": 200, "start_y": 200, "end_x": 1000, "end_y": 1000 }, .... ]

Aeonss commented 1 month ago

Do you need this because you want to only select specific text to remove or just want the data?