Ecosyste.ms: Awesome
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 22 hours ago
JSON representation
a transformer based ocr
- Host: GitHub
- URL: https://github.com/baadjis/trocrvision
- Owner: baadjis
- Created: 2023-09-06T10:10:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-08T15:07:52.000Z (about 1 year ago)
- Last Synced: 2024-01-27T06:09:11.771Z (10 months ago)
- Topics: computer-vision, ocr, transformer
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```