Current Japanese novel sentence mining workflow

graph TD
    Start(Mining Novel Workflow) --> Setup_Storage

    Setup_Storage[Setup: Syncthing or Network Drive] --> Convert_EPUB
    click Setup_Storage "https://syncthing.net/" _blank

    Convert_EPUB[Convert EPUB to TXT with script] --> Device_OS
    click Convert_EPUB "https://github.com/nut1414/epub-chapter-extractor" _blank

    Device_OS{Device OS?}
    Device_OS -- iOS --> iOS_Connect[Connect network drive in File apps]
    Device_OS -- Android --> Android_Sync[Use Syncthing to get shared folder]

    iOS_Connect --> Copy_Paste[Copy & Paste to Migaku]

    Android_Sync --> Android_Textcopier[Use Textcopier app]
    click Android_Textcopier "https://github.com/nut1414/Textcopier" _blank
    Android_Textcopier --> Copy_Paste

    Copy_Paste --> End(Content in Migaku)