increase minimum image size for OCR

This commit is contained in:
simon 2020-02-09 14:06:59 -05:00
parent 1ce8b298a1
commit 184439aa38

View File

@ -1,7 +1,7 @@
#include "pdf.h"
#include "src/ctx.h"
#define MIN_OCR_SIZE 128
#define MIN_OCR_SIZE 350
__thread text_buffer_t thread_buffer;