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

https://github.com/baadjis/trocrvision

a transformer based ocr
https://github.com/baadjis/trocrvision

computer-vision ocr transformer

Last synced: about 1 year ago
JSON representation

a transformer based ocr

Awesome Lists containing this project

README

          

# trocrvision

This is a simple implementation of trocr (transformer based ocr) allowing you to retrieve handwritten and newpaper text

to read more about trocr:

https://arxiv.org/abs/2109.10282

### Installation

```bash
pip install -r requirements.txt
```
to predict handwritten text

```bash
python main.py handwritten
```

### How to run and test
to predict handwritten text

```bash
python main.py handwritten
```

to predict newspaper text

```bash
python main.py newspaper
```