diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2022-02-25 17:22:43 -0500 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2022-02-25 17:22:43 -0500 |
commit | 452ceb636e37fab2927c688e7b495841879ea29a (patch) | |
tree | dee91a09e774c998f6b978f1ef4fa780e18029b1 /README.md | |
download | fpoint-452ceb636e37fab2927c688e7b495841879ea29a.tar.gz fpoint-452ceb636e37fab2927c688e7b495841879ea29a.zip |
Initial code commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..63aa50c --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +FPoint - PowerPoint to Text Converter +===================================== + +This program is a crude attempt to extract text from PowerPoint +presentations files (*.pptx only, no legacy) written almost entirely in +Fortran. The code attempts to decipher what is meant by each slide's +structure in a vague manner. The text generated, at this time, is +loosely based on gemtext, generally considered a subset of Markdown. + +Please see LICENSE for the license terms. + +Requirements +------------ + +This program requires the following: + + Fortran XML (or FoX) + https://github.com/andreww/fox + + libzip-wrapper + https://git.approximatrix.com/cgit.cgi/libzip-wrapper/ + + libzip (indirectly due to the above) |