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.
- Host: GitHub
- URL: https://github.com/wykys/xaei
- Owner: wykys
- License: gpl-3.0
- Created: 2018-04-24T16:14:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T15:08:21.000Z (almost 7 years ago)
- Last Synced: 2024-10-24T06:30:49.508Z (over 1 year ago)
- Topics: fekt, vut, xaei
- Language: HTML
- Homepage:
- Size: 4.29 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```