You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Lewis John McGibbney (Jira)" <ji...@apache.org> on 2021/03/02 02:07:00 UTC

[jira] [Comment Edited] (TIKA-94) Speech recognition

    [ https://issues.apache.org/jira/browse/TIKA-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17293291#comment-17293291 ] 

Lewis John McGibbney edited comment on TIKA-94 at 3/2/21, 2:06 AM:
-------------------------------------------------------------------

[~tallison] I'm looking at [TesseractOCRParser|https://github.com/apache/tika/blob/5fd3e67d057e030fc1ecfedcbaee15b5a458431b/tika-parsers/tika-parsers-classic/tika-parsers-classic-modules/tika-parser-ocr-module/src/main/java/org/apache/tika/parser/ocr/TesseractOCRParser.java#L87], specifically _extends AbstractParser implements Initializable_.

Are you suggesting that all Transcriber implentations also _extends Transcriber implements Initializable_?

Also, are you suggesting that we establish a unmodifiableSet of SUPPORTED_TYPES as well?
Can you provide a but more commentary? Thanks


was (Author: lewismc):
[~tallison] I'm looking at [TesseractOCRParser|https://github.com/apache/tika/blob/5fd3e67d057e030fc1ecfedcbaee15b5a458431b/tika-parsers/tika-parsers-classic/tika-parsers-classic-modules/tika-parser-ocr-module/src/main/java/org/apache/tika/parser/ocr/TesseractOCRParser.java#L87], specifically _extends AbstractParser implements Initializable _. Are you suggesting that we _extends Transcriber implements Initializable_?
Also, are you suggesting that we establish a unmodifiableSet of SUPPORTED_TYPES as well?
Can you provide a but more commentary? Thanks

> Speech recognition
> ------------------
>
>                 Key: TIKA-94
>                 URL: https://issues.apache.org/jira/browse/TIKA-94
>             Project: Tika
>          Issue Type: New Feature
>          Components: parser
>            Reporter: Jukka Zitting
>            Assignee: Lewis John McGibbney
>            Priority: Minor
>              Labels: new-parser
>
> Like OCR for image files (TIKA-93), we could try using speech recognition to extract text content (where available) from audio (and video!) files.
> The CMU Sphinx engine (http://cmusphinx.sourceforge.net/) looks promising and comes with a friendly license.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)