Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad recognition? #80

Open
Enerccio opened this issue Aug 16, 2024 · 1 comment
Open

Bad recognition? #80

Enerccio opened this issue Aug 16, 2024 · 1 comment

Comments

@Enerccio
Copy link

Am I doing something wrong?

>>> mocr('/src/self/rensu/rensu-core/src/test/resources/test1.png') '結菜君は旅行部屋、買い取り出されたのですが、'

for image:
test1

or

>>> mocr('/src/self/rensu/rensu-core/src/test/resources/test3.png') '男子...落着者は、そういう施術などをお'

for

test3

seems pretty bad...

@MoeMonsuta
Copy link

MoeMonsuta commented Aug 30, 2024

Am I doing something wrong?

>>> mocr('/src/self/rensu/rensu-core/src/test/resources/test1.png') '結菜君は旅行部屋、買い取り出されたのですが、'

for image: test1

or

>>> mocr('/src/self/rensu/rensu-core/src/test/resources/test3.png') '男子...落着者は、そういう施術などをお'

for

test3

seems pretty bad...

If the image quality is poor/small, doing it chunk by chunk (5-10 characters at a time or so) works better. Your second image worked fine when I scanned it with Manga OCR though, I did it all in one box selection. Make sure you are using the CUDA version (it says so when loading at first), it is "smarter".

過去に着用した衣装、描いた絵画、写真など彼女の思い出を辿るイベントとなります。

男「...落ち着けよ、そういう能力なんだろ」

Seems 100% accurate when I tried. You can try blowing up your images with something like Topaz Gigapixel AI if needed. I prefer the selection to clipboard method myself though.

Have you tried it on actual manga? It works extremely well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants