Use scripts/run_windows.pyw on Windows. .bat files always show or flash a console window.
Install the GUI helper:
python -m pip install -e .[gui]Without it, the drop zones still work as click-to-browse pickers.
Install the matching optional group:
python -m pip install -e .[office,pdf]The app also offers to install missing converters when a batch fails because a dependency is missing.
Enable OCR and install the OCR group:
python -m pip install -e .[ocr]
python -m two_markdown --source "D:\Files" --output "D:\Vault\Imported" --ocr --ocr-lang engChinese OCR typically needs Tesseract language data such as chi_sim.
PDFs often store visual layout rather than clean paragraphs. 2Markdown removes common long ID artifacts and normalizes obvious line wrapping, but some highly formatted PDFs still need manual review.
Run the manual installer:
scripts\install_converters.batOr install from the terminal:
python -m pip install -e .[all]