Metadata-Version: 2.1
Name: tibia-ocr
Version: 1.0.1
Summary: OCR to read Tibia in-game text written in python
Home-page: https://github.com/sandbox-pokhara/tibia-ocr
Author: Pradish Bijukchhe
Author-email: pradishbijukchhe@gmail.com
Project-URL: Bug Tracker, https://github.com/sandbox-pokhara/tibia-ocr/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

# tibia-ocr

OCR to read Tibia in-game text written in python

## Installation

You can install the package via pip:

```bash
pip install tibia-ocr
```

## Usage

```python
import tibia-ocr

# usage examples here
```

## Known Limitations

- `!` is detected as `i`
- Can not detect spaces

## License

This project is licensed under the terms of the MIT license.

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## Contact

If you want to contact me you can reach me at pradishbijukchhe@gmail.com.
