-
```
no RTF or PDF support
```
Original issue reported on code.google.com by `GetDownG...@gmail.com` on 3 Sep 2007 at 10:30
-
[test.rtf.zip](https://github.com/deanmalmgren/textract/files/907377/test.rtf.zip)
```
res = textract.process("test.rtf").decode(encoding='UTF-8')
assert "æøå" in res
FAIL
```
```
textract.…
-
Greetings,
I was wondering its possible to import RTF files as source files. I tried doing so but the files themselves lose all of their formatting. If i try pasting it as text via the interface it…
-
```
no RTF or PDF support
```
Original issue reported on code.google.com by `GetDownG...@gmail.com` on 3 Sep 2007 at 10:30
-
Hi Jon,
thanks for making this nice piece of code. I am trying to use it in my project, but the StandardRtfParser is still too low level for my purposes. I am pondering whether to contribute to your …
-
Dear Developers,
Good afternoon. Is there any plan to include a module for analyzing RTF files?
Please, ignore this message whether this module has already created.
I hope you have a nice da…
-
Alternate link is not being displayed in Glossary RTF. Should be displaying as per see link.
Cant locate the original issue, but I thought this had been working.
-
## Description
The **splitter job** currently tries to split all file types. This create issues when the file is not a text file.
In the splitter reader a Set of applicable file types should be adde…
-
I am running champ in gazebo 11, and getting a low RTF (around .4), and I have a fairly beefy computer (Intel(R) Xeon(R) W-11855M CPU @ 3.20GHz). Ive tried to change the max sim step to .002, in whic…
-
Hello! Thank you for the beautiful code open.
The benchmark results include DGR and RtF. However, there is no code for them.
Can I get DGR and RtF codes for this benchmark?