The hOCR Embedded OCR Workflow and Output Format
This repository contains the hOCR format specification originally written by Thomas Breuel.
1.0English- Google Doc the original text by @tmbdev
- Last substantial edit in May 2010
1.1English, 中文 (Chinese)- Port of the Google Doc
- Cleaning obvious errata (duplicate content)
- More fine-grained heading structure
- Table of contents
- Chinese translation provided by @littlePP24 and @wanghaisheng
- Last substantial edit in September 2016
1.2English- Create a WHATWG-like spec using bikeshed
- Add issues where appropriate
- Semantically backwards-compatible with both 1.0 and 1.1
There is no formal body. Feel free to use the Github issues for discussion and questions. Pull requests are very welcome.
For quick questions you can use the hocr-spec gitter channel.
To build the spec, you will need to have installed:
To install the python requirements:
pip3 install --user -r requirements.txtThe Makefile will first look for a local bikeshed installation and fallback to docker to use the bikeshed docker container to build the spec.
To change the spec, adapt
<VERSION>/spec.mdto change the body of the spec<VERSION>/spec.before.htmlto change<VERSION>/spec.after.htmlto change- Javascript to run in the generated spec document
<VERSION>/defs.ymlto change the definition lists for elements and properties
Then run make VERSION=<VERSION> to build that spec.
Examples:
- To build the
1.2version:make VERSION=1.2or simplymake - To build the
1.2-zhversion:make VERSION=1.2-zh
The goal of this project is to make the hOCR specification more accessible and easier to maintain.
- Cross-reference other specs
- Harmonize style
- Add samples
- ...