OCR for Drupal
Categories
Component ID
1083032
Component name
OCR for Drupal
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
1595
Component created
Component changed
Component body
OCR functionality for Drupal, import text from images as Drupal nodes using tesseract ocr tool.
This module creates nodes using text extracted from images.
The module uses tesseract for extraction process
The extraction process can be done,
- Interactively: In this way the user can choose an image file,
this will take the use to a node creation page, where user will be provided
with prepopulated body field, and an empty title fild and an option to choose
content type for the node. - As batch: That is the user can choose a particular directory inside files folder
and the module will create nodes as batch with text extracted from
image as body and as of now the filename as title and content type
given in the admin settings.
