mirror of
https://github.com/simon987/sist2.git
synced 2025-12-12 06:58:54 +00:00
Use mupdf's OCR methods rather than raw tesseract, various fixes
This commit is contained in:
@@ -149,6 +149,7 @@ void database_generate_stats(database_t *db, double treemap_threshold) {
|
||||
|
||||
merged_rows += 1;
|
||||
}
|
||||
free(iter);
|
||||
} while (merged_rows > TREEMAP_MINIMUM_MERGES_TO_CONTINUE);
|
||||
|
||||
CRASH_IF_NOT_SQLITE_OK(sqlite3_exec(db->db,
|
||||
|
||||
Reference in New Issue
Block a user