whatohyou

Results 10 comments of whatohyou

I see. I changed it to 3 from 1 and it works, too. Still it doesn't recognise "ったく" and similar cases. ![temp](https://user-images.githubusercontent.com/27909719/29701506-422b1d7e-89c0-11e7-8f9e-43be0151b054.png) ![2temp](https://user-images.githubusercontent.com/27909719/29701510-467357a2-89c0-11e7-8c28-ab8a3bf9c0bd.png) This Tesseract jpn_vert.traineddata doesn't reads these two....

I found out you can use tesseract 5.0 binary with stdinput and std output and have similar result as .net wrapper.

It is slow to extract text for me too so I had to make it run in multi threads. I only have i5 2500k cpu so running only 2-4 threads...

you can use tesseract 5.0 it should be faster.

I found the icon was placed in the desktop. Also it is auto installed in the C:\Users\user1\AppData\Local\Programs\meview\meView.exe Also manually just moved directory to d:\meview then it worked without problem. Didn't...

Also, we need options to get all original ocr texts in 1 text file. 1.jpg {rectangle points location} original text=내가 한다. translated text=I'll do it. Then we can just paste...

Oh, I downloaded the portable version. Updating it showed the function. Thank you very much!

Everytime I have to edit and save the project, I have to untick Text detection, OCR, translation and inpaint then press run without update text style... Can we have a...

I edited mainwindowbars.py to add that in menu... it works. Also I think it's good to add a flood fill method to clear a white speech bubble instead of using...

I edited mainwindowbars.py and mainwindow.py to add save_all_results method. Clicking it saves all. I don't know about python coding so I asked gemini to do it. Also added the toggle...