kha-white / manga-ocr

Optical character recognition for Japanese text, with the main focus being Japanese manga
Apache License 2.0
1.57k stars 81 forks source link

Is it possible to release a binary with the models? #62

Open qwedc001 opened 5 months ago

qwedc001 commented 5 months ago

As titled.Planning to write an adaptation plugin of your amazing engine to an OCR tools.And I found installing and seperating the project itself from it's dependencies (which is essential to reduce the disk usage of the plugin) difficult.So I was wondering whether this is possible because I noticed the Running in Background in README.

Mar2ck commented 4 months ago

There was a discussion about converting the model to ONNX (#45) but I don't think anyone has figured out how to run it without Pytorch and Transformers yet.