We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Get your first chart extracted in 2 minutes.
pip install chart2csv
Basic command:
python -m chart2csv.cli.main your_chart.png
This creates your_chart.csv with the extracted data.
your_chart.csv
Add --overlay to see what was detected:
--overlay
python -m chart2csv.cli.main your_chart.png --overlay check.png
Open check.png to see the detected points highlighted on your chart.
check.png
python -m chart2csv.cli.main line_chart.png
export MISTRAL_API_KEY=your_key python -m chart2csv.cli.main chart.png --use-mistral
python -m chart2csv.cli.main charts_folder/ --batch --output-dir results/
python -m chart2csv.cli.main chart.png --chart-type scatter
CSV output example:
x,y 0,10 5,25 10,42 15,38 20,55