Skip to content

FransHeuvelmans/Textcodify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textcodify

This a program used for creating NLP-style annotations for PDF files.

At the moment the codebase is in a messy state with a lot of global state and mutations. It can't export yet, all annotations are stored in an SQLite database. It is more of an experiment with Vala (+ Poppler/SQLite) than a full program. Furthermore, PDFs are not the right type of files to do text analysis on. There is only limited information that can be extracted. But if you have to use PDFs and are in need of a free tool it might be useful.

Alternatives

There are better tools out there for both pdf and non-pdf annotation tasks:

And more

Development

Builds are done using Meson's Vala support.

Setup a builddir using meson setup builddir/ then compilation is done inside the builddir using ninja.

Checkout meson.build for latest system dependencies.