Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjordan/islandora_bprocess_ocr
Islandora Background Process OCR Service integration module
https://github.com/mjordan/islandora_bprocess_ocr
Last synced: 29 days ago
JSON representation
Islandora Background Process OCR Service integration module
- Host: GitHub
- URL: https://github.com/mjordan/islandora_bprocess_ocr
- Owner: mjordan
- License: gpl-3.0
- Created: 2014-07-14T20:06:10.000Z (over 10 years ago)
- Default Branch: 7.x
- Last Pushed: 2014-07-23T15:10:59.000Z (over 10 years ago)
- Last Synced: 2024-10-08T08:45:36.842Z (about 1 month ago)
- Language: PHP
- Homepage:
- Size: 234 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Introduction
Proof of concept module to generate OCR from an Islandora OBJ datastream and add the OCR transcript to the object. Uses https://github.com/mjordan/ocr_rest as the external service.
See https://github.com/Islandora/Islandora-Preservation-Interest-Group/tree/master/background_services_discussion_paper for background.
## Dependencies
[OCR REST server](https://github.com/mjordan/ocr_rest) and [Background Process Integration Framework for Islandora](https://github.com/mjordan/islandora_background_process).
## Installation
Install and get the OCR REST server working, then install this module as usual; see [this](https://drupal.org/documentation/install/modules-themes/modules-7) for further information.
## Configuration
Configure the URL of your OCR REST server, and some additional options, at admin/islandora/tools/bprocessocr.
## Logging
Errors arising from interaction with the OCR server are logged in the Drupal watchdog, as are the start and completion of adding the OCR datastream to an object.