blueaxis

Results 32 comments of blueaxis

I believe [these](https://huggingface.co/kha-white/manga-ocr-base/tree/main) are the files that are downloaded when loading the model. Though I'm not sure how to manually place it in your machine. Can you paste here the...

@ThoughtfulSenpai > Are 400 mb downloaded every time I open the app No, it is downloaded once into your file system once. The reason why you need internet on the...

I've replicated this by adding a directory `kha-white/manga-ocr-base/` in my environment or `app` folder. Have you used `MangaOcr` before as an independent package i.e. not within Cloe? Try deleting that...

> By the way I think you probably would like to know: when I initially tried it with Py3.8, it didn't work due to unsupported type hinting syntax I should...

Can you post the errors you're getting?

I just realized I'm using different environments for development and build. The issue is probably caused by using an updated package version. Will try to release a fix next week

Linux (and OSX) is unsupported as of now. But if you want to run it on your machine, the README have [instructions](https://github.com/blueaxis/Cloe#development-setup) on setting it up locally.

Language settings in Poricom is only available for the Tesseract model. Cloe only uses the MangaOcr model, so only the Japanese language is available

A translation feature is currently [in the works](https://github.com/blueaxis/Poricom/pull/47) on my other project (where Cloe was forked from). I'm still deciding if I should add the feature here though

EN, KR and CN is supported using Tesseract models. Or do you mean adding support using MangaOCR model? If so, that is not possible since you need to train another...