Skip to content

Commit

Permalink
📦 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Apr 16, 2021
1 parent 7121048 commit d8e6881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ocrd-anybaseocr-deskew \
## Cropper

### Method Behaviour
This function takes a document image as input and crops/selects the page content area only (that's mean remove textual noise as well as any other noise around page content area). The input image has to be binarized and should be deskewed for the module to work.
This function takes a document image as input and crops/selects the page content area only (that's mean remove textual noise as well as any other noise around page content area). The input image need not be binarized but should be deskewed for the module to work optimally.

#### Usage:
```sh
Expand Down
2 changes: 1 addition & 1 deletion ocrd_anybaseocr/ocrd-tool.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"git_url": "https://github.com/OCR-D/ocrd_anybaseocr",
"version": "1.3.0",
"version": "1.4.0",
"tools": {
"ocrd-anybaseocr-binarize": {
"executable": "ocrd-anybaseocr-binarize",
Expand Down

0 comments on commit d8e6881

Please sign in to comment.