Commit Graph

48 Commits

Author SHA1 Message Date
phiresky
5d97c2ad5f log which command is being run in spawning file adapters 2020-05-20 15:59:14 +02:00
phiresky
45dd3346cd fix hyphenation in PDFs 2020-05-19 12:03:44 +02:00
phiresky
2924c8e007 use github workflow instead of travis 2020-05-19 11:10:11 +02:00
phiresky
32c3431837 upgrade dependencies, lints 2020-04-08 12:47:42 +02:00
phiresky
da10b5c1c9 allow mime type matching for pdf (#39) 2020-04-08 12:33:48 +02:00
Oleksii Filonenko
9d6cea3d40
Fix SqlAdapter::format_blob (rusqlite API change)
https://docs.rs/rusqlite/0.20.0/rusqlite/types/enum.ValueRef.html#method.as_str
2019-07-27 23:00:28 +03:00
Julien Nicoulaud
6d2df9162c
Fix error message mentionning graphicsmagick instead of imagemagick 2019-06-24 10:47:22 +02:00
Sven-Hendrik Haase
3745f1b2a5
Fix typo 2019-06-23 07:02:25 +02:00
phiresky
268c313c2f fix test on windows 2019-06-18 16:20:50 +02:00
phiresky
9c285670fd shorten debug output on failure (#7) 2019-06-18 12:15:12 +02:00
phiresky
29b8f1dee4 bring utf16 decoding to parity with ripgrep 2019-06-18 12:13:37 +02:00
phiresky
7efd8638ce prevent panic on broken tar checksum 2019-06-16 22:48:28 +02:00
phiresky
5901cdcb5d fix cache key 2019-06-16 12:19:01 +02:00
phiresky
8400a4a2bb decompress: match mime type correctly 2019-06-16 12:05:27 +02:00
phiresky
21f5178d15 pass detection reason to adapter 2019-06-16 11:37:27 +02:00
phiresky
d8b57f2f8a split decompress adapter 2019-06-16 11:07:29 +02:00
phiresky
0dffbf2904 to plain 2019-06-14 16:20:48 +02:00
phiresky
5f2b5e3399 more documentation 2019-06-13 16:26:03 +02:00
phiresky
e5246491b0 better documentation 2019-06-12 22:55:18 +02:00
phiresky
1f6e793a7f tesseract single threaded 2019-06-12 17:44:47 +02:00
phiresky
1e9c2e45d6 add tesseract adapter 2019-06-12 17:23:30 +02:00
phiresky
c8f346c4dd restructure 2019-06-12 12:25:29 +02:00
phiresky
8353c68f79 rename crate 2019-06-11 20:35:20 +02:00
phiresky
c27bc4edf2 order adapters according to original priorities 2019-06-11 14:40:58 +02:00
phiresky
bca435557b fix --rga-accurate (matching by mime types) 2019-06-11 14:11:08 +02:00
phiresky
e9bd500c1e split args 2019-06-11 13:44:00 +02:00
phiresky
0489a49d66 add slow matching (base) 2019-06-11 13:35:28 +02:00
phiresky
a4c82de43d actually implement choosing adapters 2019-06-08 00:04:48 +02:00
phiresky
d8fcf7b015 fix caching 2019-06-07 23:17:33 +02:00
phiresky
d06d27709b more options, less constants 2019-06-07 23:04:18 +02:00
phiresky
5d9dee15e8 check for too deep archive recursion 2019-06-07 20:12:24 +02:00
phiresky
9c5efa1970 pass around config object 2019-06-07 19:00:24 +02:00
phiresky
957e06fc64 add sqlite adapter 2019-06-07 16:57:11 +02:00
phiresky
ea285b1a5e track recursion depth 2019-06-07 15:43:19 +02:00
phiresky
434063907d simplify tar 2019-06-07 13:12:44 +02:00
phiresky
b69f903b58 performance 2019-06-07 01:17:55 +02:00
phiresky
d5606094f5 binary file detection 2019-06-07 00:57:53 +02:00
phiresky
12383b0c21 lol, i'm stupid 2019-06-07 00:41:41 +02:00
phiresky
2d20563e2c fix passthrough, invalid encodings 2019-06-07 00:18:04 +02:00
phiresky
e98acedc81 cleanup 2019-06-06 23:46:44 +02:00
phiresky
83b804bef2 finally fix tar 2019-06-06 23:19:59 +02:00
phiresky
83114f66bf tar adapter (broken compression) 2019-06-06 17:59:15 +02:00
phiresky
92eb76e534 zip exclude dir 2019-06-06 16:48:31 +02:00
phiresky
cd1a26ffff pdf: add page number prefix 2019-06-06 14:55:27 +02:00
phiresky
1a0bbc798e add zip support! 2019-06-06 11:00:13 +02:00
phiresky
b48f456963 use failure crate, etc 2019-06-05 21:28:35 +02:00
phiresky
e98c60001d implement caching 2019-06-05 16:43:40 +02:00
phiresky
16b4277d36 initial working version 2019-06-04 20:08:26 +02:00