https://github.com/bertsky/ocrd_origami
OCR-D wrapper for poke1024/origami OLR+OCR
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.4%) to scientific vocabulary
Keywords
Repository
OCR-D wrapper for poke1024/origami OLR+OCR
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
ocrd_origami
OCR-D wrapper for poke1024/origami OLR+OCR
Introduction
This offers OCR-D compliant workspace processors for Origami, the document image processing suite for historical newspapers.
... WORK IN PROGRESS ...
Installation
First install system dependencies:
sudo make deps-ubuntu
(Besides Python>=3.7 you'll need at least libffi-dev, libcgal-dev and git, plus a recent tesseract.)
Now clone the subrepository, if you have not already:
make origami
Which is the equivalent of:
git submodule update --init origami
Create and activate a virtual environment as usual.
To install Python dependencies:
make deps
Which is the equivalent of:
pip install -r requirements.txt
pip install -r origami/requirements/pip.txt
pip install -r origami/requirements/conda.txt
To install this module, do:
make install
Which is the equivalent of:
pip install .
Usage
OCR-D processor interface ocrd-origami-segment
To be used with PAGE-XML documents in an OCR-D annotation workflow.
... SHOW OCRD CLI HERE...
Testing
(not yet)
Owner
- Name: Robert Sachunsky
- Login: bertsky
- Kind: user
- Repositories: 114
- Profile: https://github.com/bertsky
GitHub Events
Total
Last Year
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Robert Sachunsky | s****y@i****e | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0