Skip to content

Commit

Permalink
Add API documentation link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight authored Jun 5, 2022
1 parent 28facf5 commit 4014c1d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,13 @@ async function runOCR() {
runOCR();
```

## Examples
## Examples and documentation

See the `examples/` directory for projects that show usage of the library in
the browser and Node.

## Documentation

See JSDoc comments in the source files in `src/` for API documentation.
See the [API documentation](https://robertknight.github.io/tesseract-wasm/api/)
for detailed usage information.

See the Tesseract [User Manual](https://tesseract-ocr.github.io/tessdoc/) for
information on how Tesseract works, as well as advice on [improving
Expand Down

0 comments on commit 4014c1d

Please sign in to comment.