I’ve updated the “Manga Text Search: Python Version” script so now it caches a list of _ocr folders.
This allows for faster searching after the first search.
If a new series is added to the manga folder, simply delete the “ocr_folders.txt” file that creates alongside the Python file and it will create a new cache file on the next run.
@Gorbit99 I hope it’s okay to lure you here. I don’t want to spam the Book Club thread with my Mokuro related questions.
So, I’m trying to run this on my Macbook using Chrome. So far I was able to download all the images and saved them in a single folder. Now I’m opening my Terminal using the code
mokubo/path/to/here goes the path for the folder I guess
When I hit enter I get the following: mokuro/path/to/XXXX: No such file or directory
Maybe something is wrong with my file path…I don’t know. It looks like
So first of all, “mokuro”, not “mokubo”, make sure that’s right.
Afterwards, there needs to be a space after mokuro. The idea is that the program you run is “mokuro”, so that should be the first part separated from the others. You can just run mokuro like that, it should spit an error back telling you that you need to specify a folder.
The folder path should come after. I recommend going into the directory where your folder is. So if you have a structure like this:
- My Awesome Books
- Some series I like
- something001.jpg
- something002.jpg
....
- Some other series
Then go into the “My Awesome Books” folder.
Afterwards you can run mokuro on the "Some series I like folder like so: mokuro "./Some Series I like"
For future reference, because for the sake of understanding, I’ll use it. Normally in guides, commands are preceded by some indicator character, usually $. So for example if I had:
$ ls
That would mean "run the ls command`. The $ represents the terminal.
Sure! Mokuro!
Just to be on the safe side here…I’m doing all this with my MacBooks Terminal window?
I have a “mokuro-master” folder in Downloads folder, but I can’t see any executable file in there.