We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f887f78 commit 200fd65Copy full SHA for 200fd65
tika/parser.py
@@ -33,6 +33,8 @@ def _parse(jsonOutput):
33
parsed={}
34
if not jsonOutput:
35
return parsed
36
+ elif jsonOutput[1] == None or jsonOutput[1] == "":
37
+ return parsed
38
realJson = json.loads(jsonOutput[1])
39
40
content = ""
0 commit comments