fulltext icon indicating copy to clipboard operation
fulltext copied to clipboard

Python library for extracting text from various file formats (for indexing).

Results 14 fulltext issues
Sort by recently updated
recently updated
newest added

Currently fulltext crashes because of python-magic

Currently only `.pptx` is supported.

It's similar to a powerpoint.

```Traceback (most recent call last): File "/home/btimby/Code/fulltext/fulltext/__init__.py", line 293, in backend_from_fname mime = EXTS_TO_MIMETYPES[ext] KeyError: '' During handling of the above exception, another exception occurred: Traceback (most recent call last):...