Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some typos (found by codespell) #128

Merged
merged 1 commit into from
Oct 31, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Rotate an image so that all text lines are horizontal.

Controlled term: `preprocessing/optimization/deskewing`

### Font indentification
### Font identification

Detect the font type(s) used in the document, either before or after an OCR run.

Expand Down
2 changes: 1 addition & 1 deletion ocrd_mets.example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</mets:digiprovMD>
</mets:amdSec>
<mets:fileSec>
<!-- The follwing fileGrps are predefined (in the order in which they may appear):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually from OCR-D/assets ^^. But I will fix that one quickly myself.

<!-- The following fileGrps are predefined (in the order in which they may appear):
&#8221;OCR-D-IMG&#8221; The unmanipulated source images.
&#8221;OCR-D-IMG-DESKEW&#8221;, Deskewed images. (Module 1, submodule B: image optimization)
&#8221;OCR-D-IMG-DESPECK&#8221;, Despeckled images. (Module 1, submodule B: image optimization)
Expand Down
2 changes: 1 addition & 1 deletion ocrd_tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To validate a `ocrd-tool.json` file, use `ocrd ocrd-tool /path/to/ocrd-tool.json

## File parameters

To mark a parameter as expecting the adress of a file, it must declare the
To mark a parameter as expecting the address of a file, it must declare the
`content-type` property as a [valid media
type](https://www.iana.org/assignments/media-types/media-types.xhtml).
Optionally, workflow processors can be notified that this file is potentially
Expand Down
4 changes: 2 additions & 2 deletions ocrd_zip.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ long-term preservation, reproducible tests etc.) it is desirable to have a
self-contained representation of a [workspace](/mets).

With such a representation, data producers are not forced to provide
dereferencable HTTP-URL for the files they produce and data consumers are not
dereferenceable HTTP-URL for the files they produce and data consumers are not
forced to dereference all HTTP-URL.

While METS does have mechanisms for embedding XML data and even base64-encoded
Expand Down Expand Up @@ -67,7 +67,7 @@ METS file at that location, relative to `/data`. Otherwise, assume the default

### `Ocrd-Manifestation-Depth`

Specifiy whether the bag contains the full manifestation of the data referenced in the METS (`full`)
Specify whether the bag contains the full manifestation of the data referenced in the METS (`full`)
or only those files that were `file://` URLs before (`partial`). Default: `partial`.

### `Ocrd-Identifier`
Expand Down
2 changes: 1 addition & 1 deletion provenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Files not listed in METS should be linked to their content in provenance.

### Ingest Workspace to OCR-D Repositorium
During the ingest into repository/LTA, the entire provenance must be stored in a graph to make the provenance searchable.
Therfore all the provenance files are merged into one big file.
Therefore all the provenance files are merged into one big file.
This file replaces all files stored in subfolder 'metadata/provenance'

## METS
Expand Down