An open API service indexing awesome lists of open source software.

https://github.com/dentosal/kansataisteli-ocr

A script to download and OCR unpublished texts from http://kansataisteli.sshs.fi/
https://github.com/dentosal/kansataisteli-ocr

Last synced: 2 months ago
JSON representation

A script to download and OCR unpublished texts from http://kansataisteli.sshs.fi/

Awesome Lists containing this project

README

          

# Kansa taisteli - Fetch and OCR texts

Fetches and converts text to json format.

## Dependencies

Python3.6, ImageMagick, Tesseract-OCR

Python packages:
```
pip install regex requests pillow cv2 tesserocr
```

Install [Finnish training data for Tesseract](https://github.com/tesseract-ocr/tessdata/blob/master/fin.traineddata).

## Running

```
python app.py
```