Skip to content

Commit

Permalink
fix: 🐛 broken links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesmindee authored Jun 21, 2022
1 parent 210ecc4 commit c681273
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,13 @@ plt.imshow(synthetic_pages[0]); plt.axis('off'); plt.show()


The `ocr_predictor` returns a `Document` object with a nested structure (with `Page`, `Block`, `Line`, `Word`, `Artefact`).
To get a better understanding of our document model, check our [documentation](https://mindee.github.io/doctr/io.html#document-structure):
To get a better understanding of our document model, check our [documentation](https://mindee.github.io/doctr/modules/io.html#document-structure):

You can also export them as a nested dict, more appropriate for JSON format:

```python
json_output = result.export()
```
For examples & further details about the export format, please refer to [this section](https://mindee.github.io/doctr/models.html#export-model-output) of the documentation

## Installation

Expand Down

0 comments on commit c681273

Please sign in to comment.