diff options
author | yzrh <yzrh@noema.org> | 2020-12-30 03:09:00 +0000 |
---|---|---|
committer | yzrh <yzrh@noema.org> | 2020-12-30 03:09:00 +0000 |
commit | 98691d4203f4e578b84b2014db0fbe0c1209cc48 (patch) | |
tree | c528e3ea964111b934ae5e61e847831d62944f41 /src/pdf.h | |
parent | 8d6fbb43c9bc840d4217bf4f0b49b1213f1601a1 (diff) | |
download | melon-98691d4203f4e578b84b2014db0fbe0c1209cc48.tar.gz melon-98691d4203f4e578b84b2014db0fbe0c1209cc48.tar.zst |
Add HN text extraction.
Diffstat (limited to 'src/pdf.h')
-rw-r--r-- | src/pdf.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -21,8 +21,6 @@ typedef struct _pdf_object_t { /* pdf.c */ /* TODO: Rewrite object dictionary */ -/* TODO: Compact object id */ -/* TODO: `mutool clean -gggsz' */ int pdf_obj_create(pdf_object_t **pdf); void pdf_obj_destroy(pdf_object_t **pdf); int pdf_obj_add(pdf_object_t **pdf, int id, |