Install the CLI
Both the Python and JavaScript packages provide the
somark command.If the global command is not available yet, try
python -m somark.cli.main --help on Python or npx somark-js --help on Node.js.Parse one file first
Start with single-file sync parsing before adding more output formats, async flags, or batch inputs.
Move on to large files or batch jobs
Use async mode for large files, or read from a file list for repeatable batch processing.For more detail on parameters and error handling, continue to the CLI & SDK usage guide.

