• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

chrismattmann / tika-python / 24964326097

26 Apr 2026 06:49PM UTC coverage: 0.0% (-67.4%) from 67.38%
24964326097

push

github

web-flow
Merge pull request #479 from afuetterer/docs-requirements

build(deps): add dependency-groups

0 of 561 relevant lines covered (0.0%)

0.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/tika/config.py
1
# Licensed to the Apache Software Foundation (ASF) under one or more
2
# contributor license agreements.  See the NOTICE file distributed with
3
# this work for additional information regarding copyright ownership.
4
# The ASF licenses this file to You under the Apache License, Version 2.0
5
# (the "License"); you may not use this file except in compliance with
6
# the License.  You may obtain a copy of the License at
7
#
8
#     http://www.apache.org/licenses/LICENSE-2.0
9
#
10
# Unless required by applicable law or agreed to in writing, software
11
# distributed under the License is distributed on an "AS IS" BASIS,
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
#
16

17
from .tika import getConfig
×
18

19

20
def getParsers():
×
21
    return getConfig('parsers')[1]
×
22

23
def getMimeTypes():
×
24
    return getConfig('mime-types')[1]
×
25

26
def getDetectors():
×
27
    return getConfig('detectors')[1]
×
28

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc