| clear query|facets|time |
Search criteria: tika 0.8.
Results from 61 to 70 from
133 (1.405s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Sharing metadata logic between parsers - Tika - [mail # dev]
|
|
....getInt(MSOffice.SLIDE_COUNT); } if (pages != null) { return pages; } else { return 0; } } BR, Jukka Zitting ...
|
|
|
Author: Jukka Zitting,
2012-01-30, 15:52
|
|
|
Re: Sharing metadata logic between parsers - Tika - [mail # dev]
|
|
...); and String getAudioChannelType(); void setAudioChannelType(String type); based on code and constants in the XMPDM class (and with defaults like 0 and null for non-audio documents). Opening...
|
|
|
Author: Jukka Zitting,
2012-01-30, 15:16
|
|
|
Re: Tika XML Beans version dependency - Tika - [mail # user]
|
|
... honestly claim as supported are the ones explicitly listed in http://tika.apache.org/1.0/gettingstarted.html. Tika needs XMLBeans as a transitive dependency through POI, so people more familiar...
|
|
|
Author: Jukka Zitting,
2012-01-26, 22:14
|
|
|
Re: Build failed in Jenkins: Tika-trunk ยป Apache Tika OSGi bundle #703 - Tika - [mail # dev]
|
|
... the tests to a separate java6 profile. Hmm, looks like we should set source encoding explicitly to UTF-8... BR, Jukka Zitting ...
|
|
|
Author: Jukka Zitting,
2011-11-01, 00:29
|
|
|
[TIKA-703] Drop deprecated methods/classes/interfaces - Tika - [issue]
|
|
...The plan so far has been to clean up our public APIs by dropping all deprecated parts before we do the 1.0 release.
The best way to do this will probably be to create a 0.x branch (and...
|
|
... possibly prepare for a 0.10 release from it) right before going through the codebase and removing all deprecated parts. This should ideally be the last thing we do before releasing Tika 1.0....
|
|
|
http://issues.apache.org/jira/browse/TIKA-703
Author: Jukka Zitting,
2011-10-27, 17:25
|
|
|
Re: Very slow mime-type detection (Tika 0.7) - Tika - [mail # user]
|
|
...Hi, On Mon, Aug 2, 2010 at 8:55 AM, Kaspar Fischer wrote: Tika uses the default XML parser in the classpath, which in your case seems to be Piccolo [1]. It looks like Piccolo is having...
|
|
|
Author: Jukka Zitting,
2010-08-02, 07:42
|
|
|
Re: Pushing parsers upstream - Tika - [mail # dev]
|
|
... on tika-core, not tika-parsers. It will, as long as it's written against the 1.0 release instead of a more recent 1.x version. If pdfbox explicitly needs a more recent Tika version...
|
|
... to maintaining backwards compatiblity (see https://issues.apache.org/jira/browse/TIKA-699) until Tika 2.0, so any case where a new Tika release breaks an existing upstream parser should be treated...
|
|
|
Author: Jukka Zitting,
2011-12-16, 19:32
|
|
|
Re: Constraining Tika's memory usage (using ForkParser possibly?) - Tika - [mail # user]
|
|
... faster and memory-efficient. See my answer on StackOverflow [2] for the reason why the ForkParser currently doesn't return extracted metadata. Quoting: "The ForkParser class in Tika 1.0...
|
|
... by the forked parser. Those should be available and contain most of the metadata entries normally returned in the Metadata object." [1] http://tika.apache.org/1.0/api/org/apache/tika/Tika.html [2] http...
|
|
|
Author: Jukka Zitting,
2011-12-02, 09:50
|
|
|
Re: tika's beta dependency - Tika - [mail # dev]
|
|
... version of the metadata-extractor library, it needs to be available on the central Maven repository. The latest version currently available is the 2.4.0-beta-1 version already used by Tika. [1...
|
|
|
Author: Jukka Zitting,
2011-12-01, 14:30
|
|
|
[TIKA-701] Fix problems with TemporaryFiles - Tika - [issue]
|
|
...As discussed on dev@, there are still some design issues with the TemporaryFiles class that we introduced in TIKA-567. They should be solved in time for Tika 1.0....
|
|
|
http://issues.apache.org/jira/browse/TIKA-701
Author: Jukka Zitting,
2011-10-20, 13:34
|
|
|
|