Close
Only these two were shared as far as I know.
人体解剖図から学ぶキャラクターデッサンの描き方
13dl.net

人物を描く基本 使える美術解剖図
(only Chinese version was posted. It's on my DL Link list on page 90)

And about your automation tool.
I never used Macro recorder but it looks pretty simple to use.

1. Press "Record" and perform the actions.
2. Then press your hotkey for taking a screenshot. Not copying to clipboard, but saving as a file. You can make this hotkey by using snagit or other software.
3. Press right arrow key. Or whatever behavior for going to the next page in your ebook viewer.
4. Stop the Macro recorder to stop recording your behavior.
5. Edit the recorded action steps in the comfortable macro editor.
It's gonna look like something like this.

Wait 1000 ms
key Down PrtScn (or whatever hotkey you use for taking a screen shot)
key Up PrtScn (or whatever hotkey you use for taking a screen shot)
Wait 1000 ms
key Down right arrow key
(or whatever key press/mouse movement you use for going to the next page in your ebook viewer)
key Up right arrow key
(or whatever key press/mouse movement you use for going to the next page in your ebook viewer)

If the wait time is too short, it'll not work properly.
And save your macro.

6. At the playback properties on the right top, set the repeat number.
It depends on the pages of your ebook. If your ebook has 200 pages, repeat number will be 200.

5. Set your ebook viewer, Play the macro. Done.
Before playing your macro, try some tests with small repeat number. If it doesn't work properly, edit your macro.

As I mentioned, I have never used this software. I just assume by reading the official link of the software that you posted.
But it looks like there is a window version too. So I'll download it and try it later.
After I fully understand how to use it, I'll make the tutorial.
If you have any question, please let me know.