Mathew Chan

Results 30 comments of Mathew Chan

I am running a website that provides full text search for Japanese and English anime sentences. Not all of them are quotes, but you may find it helpful: https://github.com/mathewthe2/dictionary-media-service/tree/master/resources/anime

Same issue here with Chrome 99.0 and macOS Monterey. Works with screenshot but not with online images.

> I'm curious if any we're able to access the catalog. Please @ me if you have any ideas on this With the new catalog feature, we can access the...

Just a guess, but app version probably needs to be bumped as well (to update user agent header) because that's what I did on my own implementation when I request...

Okay. I will keep this in mind for the next update.

I can see use cases with Tesseract5, manga_ocr, and paddle ocr. It's pretty straightforward to include them in the build, but it will introduce lots of dependencies, greatly increasing the...

Which Tesseract version are you referring to? And what do you mean by proper tessdata-dir path? Did you export the TESSDATA_PREFIX environment variable manually?

You are correct. 1. Main window and log window out of sync is a bug. - when latest log is modified in the log window -> main window text is...

Data Flow for text extraction and logging. ![image](https://user-images.githubusercontent.com/13146030/118375068-e9d92500-b5f1-11eb-9805-75a66d3d2876.png) To change: - allow optional logging in index.js : : updateOutput() To add: - game2text.py : : update_main_window_text() - game2text.py : :...

Added sync between main window and latest log in log window: https://github.com/mathewthe2/Game2Text/commit/d47ffff55211d2884763a892849af57dc5577491