mirror of
https://github.com/simon987/sist2.git
synced 2025-04-18 17:56:44 +00:00
11 lines
161 B
C
11 lines
161 B
C
#ifndef SIST2_PDF_H
|
|
#define SIST2_PDF_H
|
|
|
|
#include "src/sist.h"
|
|
#include <tesseract/capi.h>
|
|
|
|
|
|
void parse_pdf(void *buf, size_t buf_len, document_t *doc);
|
|
|
|
#endif
|