blob: 18b07c9ad81876677c1737eab9bd14059c811eac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# rescribe.xyz/utils
This repository contains miscellaneous commands and small packages
useful for the OCR of books.
This is a collection of Go packages, and can be installed in the
standard go way, by running `go get rescribe.xyz/utils/...` and documentation
can be read with the `go doc` command or online at
<https://pkg.go.dev/rescribe.xyz/utils>.
## Contributions
Any and all comments, bug reports, patches or pull requests would
be very welcomely received. Please email them to <nick@rescribe.xyz>.
## License
This package is licensed under the GPLv3. See the LICENSE file for
more details.
|