(venv)action@red-thunder-36-216949:~/jager(master)$ python jager.py -d ../APTnotes
WIP: You are trying to analyze all the PDFs in ../APTnotes and output to output.json
- Analyzing File: <type 'file'>
Traceback (most recent call last):
File "jager.py", line 374, in <module>
main()
File "jager.py", line 348, in main
out_filename = "%s/%s.json" % (args.out_path, file.split('/')[-1].split(".")[0])
AttributeError: type object 'file' has no attribute 'split'
I know, WIP. But I don't think we have an issue to track it yet.
I know, WIP. But I don't think we have an issue to track it yet.