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

hocr metadata: bump version 0.4 -> 1.0, ocropus -> ocropy #105

Merged
merged 2 commits into from
Oct 4, 2016
Merged
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions ocrolib/hocr.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<head>
<title>OCR Results</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="Description" content="OCRopus Output" />
<meta name="ocr-system" content="ocropus-0.4" />
<meta name="Description" content="ocropy Output" />
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need the Description here? Is this the same information as the title? Should this be DC-prefixed?

--> My suggestion is to simply delete this meta-tag with Description. Also Tesseract does not have such a line.

<meta name="ocr-system" content="ocropy-1.0" />
<meta name="ocr-capabilities" content="ocr_line ocr_page" />
</head>
<body>
Expand Down