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

https://github.com/wykys/xaei

The program analyzes a text file obtained using OCR test photos and generates HTML with questions.
https://github.com/wykys/xaei

fekt vut xaei

Last synced: about 1 year ago
JSON representation

The program analyzes a text file obtained using OCR test photos and generates HTML with questions.

Awesome Lists containing this project

README

          

# XAEI
The program analyzes a text file obtained using OCR test photos and generates HTML with questions.

## Results
- [ ] [__ZT1__](https://wykys.github.io/xaei/html/ZT1.html)
- [ ] [__ZT2__](https://wykys.github.io/xaei/html/ZT2.html)
- [ ] [__ZT3__](https://wykys.github.io/xaei/html/ZT3.html)
- [ ] [__ZT4__](https://wykys.github.io/xaei/html/ZT4.html)
- [ ] [__ZT5__](https://wykys.github.io/xaei/html/ZT5.html)
- [ ] [__ZT6__](https://wykys.github.io/xaei/html/ZT6.html)
- [ ] [__ZT7__](https://wykys.github.io/xaei/html/ZT7.html)
- [ ] [__ZT8__](https://wykys.github.io/xaei/html/ZT8.html)
- [ ] [__ZT9__](https://wykys.github.io/xaei/html/ZT9.html)

- [ ] [__test1__](https://wykys.github.io/xaei/html/test1.html)
- [ ] [__test2__](https://wykys.github.io/xaei/html/test2.html)

## Installation
```
git clone git@github.com:wykys/xaei.git
```

## Arguments
```
usage: text_to_html.py [-h] [-f PATH]

A program for analyzing a text file and generating an HTML file with
questions.

optional arguments:
-h, --help show this help message and exit
-f PATH, --file PATH destination text with test
```