Metadata-Version: 2.1
Name: ocrticle
Version: 0.1.6
Summary: OCRticle - Structured OCR for articles
Author-email: Sofia Santos <sofiarsantos31@gmail.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: Kivy >= 2.1.0, <3
Requires-Dist: pandas >= 1.5.1, <2
Requires-Dist: Pillow >= 9.3.0, <10
Requires-Dist: pytesseract >= 0.3.10, <1

# OCRticle

GUI application capable of extracting text from an image, while keeping the text's original structure. OCRticle works best with articles (hence the name), but it should function with any kind of text.

## Installation

OCRticle requires Python >= 3.10 and the Tesseract OCR engine. Instructions for installing Tesseract can be found [here](https://tesseract-ocr.github.io/tessdoc/Installation.html).

Linux users should be able to install OCRticle by just running:

```
pip install ocrticle
```

For Windows users, a pre-compiled binary can be downloaded from [here](https://github.com/RisingFisan/Projeto-PI/releases/).

