manisandro / gImageReader

A Gtk/Qt front-end to tesseract-ocr.
GNU General Public License v3.0
1.63k stars 190 forks source link

Add export to CSV format #221

Open zamazan4ik opened 6 years ago

zamazan4ik commented 6 years ago

FineReader has support for exporting to CSV file format. image

Also FineReader supports saving CSV in different encodings.

It will be useful e.g. for recognizing huge tables and saving it as csv.

Shreeshrii commented 6 years ago

tesseract has support for tsv format.

https://github.com/tesseract-ocr/tesseract/wiki/Command-Line-Usage#tsv-output-currently-available-in-305-dev-in-master-branch-on-github

zamazan4ik commented 6 years ago

Thank you @Shreeshrii . I will look into this feature.