Jonas Winkler
|
6d14e111b6
|
fixed most of the test cases
|
2020-11-08 13:49:15 +01:00 |
|
Jonas Winkler
|
9067a4f288
|
added the filename handling back into the code
|
2020-11-08 13:00:45 +01:00 |
|
Jonas Winkler
|
7747e6512a
|
moved some code
|
2020-11-08 11:30:16 +01:00 |
|
Jonas Winkler
|
942fab7298
|
I removed the model save/delete hooks for index updates since they were causing too much trouble with migrations
|
2020-11-08 11:24:57 +01:00 |
|
Jonas Winkler
|
3378ac1487
|
forgot a sort field
|
2020-11-08 00:42:39 +01:00 |
|
Jonas Winkler
|
164be3cfed
|
removed logging from index since it was causing issues with migrations and missing logging groups
|
2020-11-07 23:26:18 +01:00 |
|
Jonas Winkler
|
51a4398969
|
updated document upload form
|
2020-11-07 23:25:50 +01:00 |
|
Jonas Winkler
|
26bb6cba1a
|
combined migrations
|
2020-11-07 23:22:44 +01:00 |
|
Jonas Winkler
|
e45208bf01
|
add correspondent to the index
|
2020-11-06 17:27:21 +01:00 |
|
Jonas Winkler
|
296c113b16
|
updated the classifier. Its now much faster and does not retrain when data hasnt changed.
|
2020-11-06 14:46:06 +01:00 |
|
Jonas Winkler
|
b0aaaa0af7
|
allow document display with angular dev server
|
2020-11-04 17:26:49 +01:00 |
|
Jonas Winkler
|
2de4f27278
|
removed pinpoint fragmenter as it was screwing up highlighting
|
2020-11-04 17:26:26 +01:00 |
|
Jonas Winkler
|
a2fd1afa80
|
disabled fuzzy matching since it screwed up scored results (?)
|
2020-11-04 01:00:21 +01:00 |
|
Jonas Winkler
|
c502d4055d
|
fixes #11 and some server side warnings
|
2020-11-04 00:33:29 +01:00 |
|
Jonas Winkler
|
965e874740
|
fixes #17
search for multiple tags
|
2020-11-04 00:01:08 +01:00 |
|
Jonas Winkler
|
87be49c03d
|
added backward compatibility URLs
|
2020-11-03 14:47:42 +01:00 |
|
Jonas Winkler
|
ebac10bdfb
|
added migration step to create initial classifier, silences consumption warnings
|
2020-11-03 14:10:53 +01:00 |
|
Jonas Winkler
|
28ba634e6a
|
silenced unpaper once and for all
|
2020-11-03 14:04:21 +01:00 |
|
Jonas Winkler
|
f4cebda085
|
A handy script to redo ocr on all documents,
|
2020-11-03 14:04:11 +01:00 |
|
Jonas Winkler
|
6f3d25d7b1
|
this was not required since saving a document updates the index anyway
|
2020-11-03 13:51:49 +01:00 |
|
Jonas Winkler
|
68df1cf4ee
|
replaced usages of .id with .pk, fixed filename issue in exporter
|
2020-11-03 12:37:37 +01:00 |
|
Jonas Winkler
|
dc59e0f257
|
updated settings: docker image runs without ENV variables
|
2020-11-03 12:23:24 +01:00 |
|
Jonas Winkler
|
9ce926df7f
|
updated configuration
|
2020-11-02 21:59:36 +01:00 |
|
Jonas Winkler
|
6b0d5d4cc8
|
removed unused settings, migrations now match originals
|
2020-11-02 20:16:10 +01:00 |
|
Jonas Winkler
|
f182709fdd
|
fixed most of the tests
|
2020-11-02 19:42:23 +01:00 |
|
Jonas Winkler
|
3a08a2d206
|
made unpaper and convert a little bit nicer to interact with
|
2020-11-02 19:31:04 +01:00 |
|
Jonas Winkler
|
c28b636ffa
|
fixed unnecessary assignation of correspondents / types to documents
|
2020-11-02 19:27:24 +01:00 |
|
Jonas Winkler
|
b0a519fd6b
|
renamed logger
|
2020-11-02 18:54:27 +01:00 |
|
Jonas Winkler
|
7d282a4e4e
|
removed unused code, small fixes
|
2020-11-02 18:20:04 +01:00 |
|
Jonas Winkler
|
d16615bf4b
|
fix the migration history and provide a script to update existing paperless instances to the new version
|
2020-11-02 17:55:36 +01:00 |
|
Jonas Winkler
|
d15405ef56
|
reworked most of the tesseract parser, better logging
|
2020-11-02 15:40:44 +01:00 |
|
Jonas Winkler
|
2ff5487510
|
paginated search results
|
2020-11-02 12:23:50 +01:00 |
|
Jonas Winkler
|
06ad212320
|
bugfix
|
2020-11-02 01:26:42 +01:00 |
|
Jonas Winkler
|
2b0b3a70a7
|
logging: don't group by logging_group
|
2020-11-02 01:24:56 +01:00 |
|
Jonas Winkler
|
d6d37efa35
|
removed settings constants
|
2020-11-01 23:37:56 +01:00 |
|
Jonas Winkler
|
9f55fb668d
|
silenced unpaper, optipng for cleaner output
moved parser settings to settings
removed forgiving ocr (now default) since tesseract is plenty accurate even without defining the correct language.
|
2020-11-01 23:23:42 +01:00 |
|
Jonas Winkler
|
9f29dc2863
|
updated consumer: now using watchdog
|
2020-11-01 23:07:54 +01:00 |
|
Jonas Winkler
|
d67eacdd6f
|
basic statistics
|
2020-10-31 00:56:20 +01:00 |
|
Jonas Winkler
|
6afdf666fd
|
disabled session auth, breaks login
|
2020-10-29 23:15:59 +01:00 |
|
Jonas Winkler
|
31502e897b
|
enabled session auth again, useful for the browsable rest api
|
2020-10-29 22:33:43 +01:00 |
|
Jonas Winkler
|
689b0db1a8
|
autocomplete ordering
|
2020-10-29 14:34:02 +01:00 |
|
Jonas Winkler
|
05f20c19c3
|
the document classifier is now stateless
|
2020-10-29 14:33:42 +01:00 |
|
Jonas Winkler
|
3e50e51b8a
|
removed content index
|
2020-10-29 14:32:39 +01:00 |
|
Jonas Winkler
|
5c4849796b
|
fixed folders, compatible with previous paperless version
|
2020-10-29 14:30:15 +01:00 |
|
Jonas Winkler
|
7e9b584905
|
missing migrations
|
2020-10-29 00:54:42 +01:00 |
|
Jonas Winkler
|
03bd2b7328
|
small fixes
|
2020-10-29 00:36:39 +01:00 |
|
Jonas Winkler
|
11af74ba36
|
unified document matching, legacy and automatching work alongside now
|
2020-10-28 11:45:11 +01:00 |
|
Jonas Winkler
|
9e4147ac52
|
removed some obsolete fields from the document model
|
2020-10-28 01:41:18 +01:00 |
|
Jonas Winkler
|
f8f100781e
|
embed pdfs with object tag
|
2020-10-27 18:52:57 +01:00 |
|
Jonas Winkler
|
47cf5655b3
|
implement api file uploading (basic)
|
2020-10-27 17:35:52 +01:00 |
|