Skip to content

Commit

Permalink
docs: use correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Mar 26, 2024
1 parent b50860c commit f614be8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 6 additions & 4 deletions ocr-correction-viklofg-sweocr/README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
# sparv-sbx-ocr-correction

[![PyPI version](https://badge.fury.io/py/sparv-sbx-ocr-correction.svg)](https://pypi.org/project/sparv-sbx-ocr-correction-viklofg-sweocr)
[![PyPI version](https://badge.fury.io/py/sparv-sbx-ocr-correction-viklofg-sweocr.svg)](https://pypi.org/project/sparv-sbx-ocr-correction-viklofg-sweocr)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/sparv-sbx-ocr-correction-viklofg-sweocr)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/json-arrays)](https://pypi.org/project/sparv-sbx-ocr-correction-viklofg-sweocr/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/sparv-sbx-ocr-correction-viklofg-sweocr)](https://pypi.org/project/sparv-sbx-ocr-correction-viklofg-sweocr/)

[![Maturity badge - level 2](https://img.shields.io/badge/Maturity-Level%202%20--%20First%20Release-yellowgreen.svg)](https://github.com/spraakbanken/getting-started/blob/main/scorecard.md)
[![Stage](https://img.shields.io/pypi/status/sparv-sbx-ocr-correction-viklofg-sweocr)](https://pypi.org/project/sparv-sbx-ocr-correction-viklofg-sweocr)

[![CI(release)](https://github.com/spraakbanken/sparv-sbx-ocr-correction/actions/workflows/release-viklofg-sweocr.yml/badge.svg)](https://github.com/spraakbanken/sparv-sbx-ocr-correction/actions/workflows/release-viklofg-sweocr.yml)

Sparv plugin to annotate corrections to OCR:ed documents.

## Install

In a virtual environment:

```bash
pip install sparv-sbx-ocr-correction
pip install sparv-sbx-ocr-correction-viklofg-sweocr
```

or if you have `sparv` installed with `pipx`:

```bash
pipx inject sparv-pipeline sparv-sbx-ocr-correction
pipx inject sparv-pipeline sparv-sbx-ocr-correction-viklofg-sweocr
```

## Metadata
Expand Down
5 changes: 3 additions & 2 deletions ocr-correction-viklofg-sweocr/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 3 - Alpha",
# "Development Status :: 4 - Beta",
# "Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
Expand All @@ -35,7 +36,7 @@ sbx_ocr_correction_viklofg_sweocr = "sbx_ocr_correction_viklofg_sweocr"
[project.urls]
Homepage = "https://spraakbanken.gu.se"
Repository = "https://github.com/spraakbanken/sparv-sbx-ocr-correction"
"Bug Tracker" = "https://github.com/spraakbanken/sparv-sbx-ocr-correction/issues"
"Bug Tracker" = "https://github.com/spraakbanken/sparv-sbx-ocr-correction/labels/project%3Aocr-correction-viklofg-sweocr"

[tool.hatch.build.targets.sdist]
exclude = ["/.github", "/docs"]
Expand Down

0 comments on commit f614be8

Please sign in to comment.