fulltext
fulltext copied to clipboard
Python library for extracting text from various file formats (for indexing).
Add fb2 extension backend
- adds dynamic versioning based on git commit + git hash - adds `make priv-pypi-upload` target
MsgExtractor lib is not easy to deal with in terms of packaging and as a dependency in general, see: ``` https://github.com/mattgwwalker/msg-extractor/issues/23 https://github.com/mattgwwalker/msg-extractor/issues/24 https://github.com/mattgwwalker/msg-extractor/issues/25 ``` I even disabled travis CI for...
to install the new latest 0.7 version run: `python3 -m pip install git+https://github.com/btimby/fulltext.git` C instead of 0.5 `pip install fulltext` @btimby , Please update the version [on the website](https://pypi.org/project/fulltext/)!
Failure to import library ExtractMsg. In `fulltext/backends/__msg.py`, line 4 should be: ``` from extract_msg import Message ``` instead of: ``` from ExtractMsg import Message ``` \ I am the current...
I read the example from here https://github.com/btimby/fulltext > > >>> import fulltext > >>> > >>> fulltext.get('does-not-exist.pdf', None) I think the "None" looks strange.
Hi, the pypi page looks strange: https://pypi.org/project/fulltext/ AFAIK pypi needs rst. Markdown is not supported.
I get this error if I install fulltext via pip: `error: Could not find suitable distribution for Requirement.parse('XlsxWriter>=0.5.7')` Do you have a clue what could be the problem. It is...