Metadata-Version: 2.3
Name: banner-of-light-research-assistant
Version: 0.0.1
Summary: This application prepares data from the 19th century newspaper Banner of Light to be analyzed by a AI research assistant powered by OpenAI
Project-URL: Documentation, https://github.com/unknown/banner-of-light-research-assistant#readme
Project-URL: Issues, https://github.com/unknown/banner-of-light-research-assistant/issues
Project-URL: Source, https://github.com/unknown/banner-of-light-research-assistant
Author-email: Theodore Cowan <t@theodore.me>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.11
Requires-Dist: opencv-python
Requires-Dist: pdfplumber
Requires-Dist: pypdf2
Description-Content-Type: text/markdown

# banner_of_light_research_assistant

If your name isn't Dan or Theo, this is probably not for you.

This application prepares data from the 19th century newspaper Banner of Light to be analyzed by a AI research assistant powered by OpenAI

[![PyPI - Version](https://img.shields.io/pypi/v/banner-of-light-research-assistant.svg)](https://pypi.org/project/banner-of-light-research-assistant)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/banner-of-light-research-assistant.svg)](https://pypi.org/project/banner-of-light-research-assistant)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install banner-of-light-research-assistant
```

## Usage

```console
banner-of-light-research-assistant --help
```

## License

`banner-of-light-research-assistant` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

```mermaid

flowchart TD

PrepareData[Prepare Data \nExtract Text]

```
