Skip to content

Commit

Permalink
Merge pull request #5 from tmsincomb/docs
Browse files Browse the repository at this point in the history
removed unused code; fixed readme bugs; cleared flake errors
  • Loading branch information
tmsincomb authored Jun 20, 2023
2 parents e3a0e21 + 073af80 commit 9bfaecf
Show file tree
Hide file tree
Showing 33 changed files with 98 additions and 709 deletions.
21 changes: 0 additions & 21 deletions .editorconfig

This file was deleted.

5 changes: 2 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0
rev: v4.0.1
hooks:
- id: check-yaml
args: ["--unsafe"]
Expand All @@ -11,10 +11,9 @@ repos:
rev: 22.10.0
hooks:
- id: black
files: "(src|tests).*py"
args: ["-l", "120"]
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
Expand Down
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

13 changes: 0 additions & 13 deletions AUTHORS.rst

This file was deleted.

128 changes: 0 additions & 128 deletions CONTRIBUTING.rst

This file was deleted.

8 changes: 0 additions & 8 deletions HISTORY.rst

This file was deleted.

11 changes: 0 additions & 11 deletions MANIFEST.in

This file was deleted.

89 changes: 0 additions & 89 deletions Makefile

This file was deleted.

10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@

<p align="center" style="color:green">
<a href="#about">About</a> •
<a href="#macos-install">Install</a> •
<a href="#terminal-usage">Terminal</a> •
<a href="#python-simple-usage">Python</a> •
<a href="#installation">Install</a> •
<a href="#terminal">Terminal</a> •
<a href="#python">Python</a> •
<a href="#license">License</a>
</p>

Expand Down Expand Up @@ -71,7 +71,8 @@ sudo apt install --yes build-essential libpoppler-cpp-dev pkg-config tesseract-o
# Installation

```bash
conda install -c conda-forge tesseract==5.2.0 poppler==22.11.0
conda create -n imagetocsv -f environment.yml
conda activate imagetocsv
pip install imagetocsv
```

Expand All @@ -82,6 +83,7 @@ pip install imagetocsv
```bash
conda create -n imagetocsv -f environment.yml
conda activate imagetocsv
pip install -e ".[dev]"
```

## Testing
Expand Down
20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion docs/authors.rst

This file was deleted.

Loading

0 comments on commit 9bfaecf

Please sign in to comment.