Skip to content

Commit

Permalink
[TASK] Demo for TIKA Server OCR
Browse files Browse the repository at this point in the history
This change shows the possibility of EXT:tika to extract text from images
by using OCR feature of Apache Tika.

See: TYPO3-Solr/ext-tika#164

How to see the demo:

Run 
`ddev enable tika` 

Then navigate to in "File list" module to fileadmin/TIKA_OCR_DEMO 
click on icons of files and chose "Tika Preview".
  • Loading branch information
dkd-kaehm committed Aug 27, 2021
1 parent f76297b commit dda2afd
Show file tree
Hide file tree
Showing 5 changed files with 14,550 additions and 17,952 deletions.
2 changes: 1 addition & 1 deletion .ddev/docker-compose.tika.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.6'

services:
tika:
image: 'apache/tika:1.24.1'
image: 'apache/tika:1.24.1-full'
ports:
- 9998:9998

Expand Down
Loading

0 comments on commit dda2afd

Please sign in to comment.