-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
24 lines (17 loc) · 808 Bytes
/
README
File metadata and controls
24 lines (17 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>.
If you just want to install and use the commands, you can get the
package with `git clone https://git.rescribe.xyz/utils`, and then
install them with `go install ./...` from within the `utils`
directory.
## 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.