Metadata-Version: 2.1
Name: image-trimmer
Version: 0.0.6
Summary: A tool to crop images and extract text using OCR
Home-page: https://github.com/jaytrairat/python-image-trimmer
Author: jaytrairat
Author-email: jaytrairat@outlook.com
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

# Image Cropping and Text Extraction

This code is designed to crop images and extract text from them using Optical Character Recognition (OCR). It is particularly useful for processing images of documents or forms where specific information needs to be extracted.

## Installation

```bash
pip install image-trimmer
```

## Usage

The code can be run from the command line using the following syntax:

```bash
image_cropping -i <path to input folder> -o <path to output folder> -t <template name>
```
