There was an error while loading. Please reload this page.
pip install chart2csv
Or install from source:
git clone https://github.com/kiku-jw/Chart2CSV.git cd Chart2CSV pip install -e .
Tesseract is needed for offline text recognition.
macOS:
brew install tesseract
Ubuntu/Debian:
sudo apt-get install tesseract-ocr
Windows: Download from: https://github.com/UB-Mannheim/tesseract/wiki
For better accuracy, you can use Mistral AI instead of Tesseract.
export MISTRAL_API_KEY=your_key_here
--use-mistral
python -m chart2csv.cli.main --help
You should see the help message with all available options.