Removed an extra debug print
[tika.git] / README.txt
blobaccb1a06dea8211bd36c1880627350ea80e5b46e
1 ===========================================================
2 Welcome to Apache Tika  <http://incubator.apache.org/tika/>
3 ===========================================================
5 Apache Tika is a toolkit for detecting and extracting metadata and
6 structured text content from various documents using existing parser
7 libraries. 
9 Apache Tika is an effort undergoing incubation at The Apache Software
10 Foundation (ASF), sponsored by the Apache Lucene PMC. Incubation is
11 required of all newly accepted projects until a further review indicates
12 that the infrastructure, communications, and decision making process have
13 stabilized in a manner consistent with other successful ASF projects.
14 While incubation status is not necessarily a reflection of the completeness
15 or stability of the code, it does indicate that the project has yet to be
16 fully endorsed by the ASF.
18 See http://incubator.apache.org/projects/tika.html for the current
19 incubation status of the Apache Tika project.
21 License (see also LICENSE.txt)
22 ==============================
24 Collective work: Copyright 2007 The Apache Software Foundation.
26 Licensed to the Apache Software Foundation (ASF) under one or more
27 contributor license agreements.  See the NOTICE file distributed with
28 this work for additional information regarding copyright ownership.
29 The ASF licenses this file to You under the Apache License, Version 2.0
30 (the "License"); you may not use this file except in compliance with
31 the License.  You may obtain a copy of the License at
33      http://www.apache.org/licenses/LICENSE-2.0
35 Unless required by applicable law or agreed to in writing, software
36 distributed under the License is distributed on an "AS IS" BASIS,
37 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
38 See the License for the specific language governing permissions and
39 limitations under the License.
41 Building Tika
42 =============
44 You can build the Tika sources using the Maven 2 build system. Execute the
45 following command in the Tika source directory to build the sources and
46 to install the resulting jar artifact in your local Maven repository:
48     mvn install
50 See the Maven web site at http://maven.apache.org/ for more instructions
51 and the latest Maven downloads. 
53 Mailing Lists
54 =============
56 Discussion about the Tika project takes place on the development mailing
57 list tika-dev@incubator.apache.org. The list is open to anyone and
58 publicly archived. You can subscribe the mailing list by sending a
59 message to tika-dev-subscribe@incubator.apache.org, and unsubscribe by
60 sending a message to tika-dev-unsubscribe@incubator.apache.org. To receive
61 more instructions, send a message to tika-dev-help@incubator.apache.org.
63 Issue Tracker
64 =============
66 If you encounter errors in Tika or want to suggest an improvement or
67 a new feature, please visit the Tika issue tracker at
68 https://issues.apache.org/jira/browse/TIKA. There you can also find the
69 latest information on known issues and recent bug fixes and enhancements.