mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-24 07:18:11 +01:00
Merge branch 'dev' into feature-ocrmypdf
This commit is contained in:
commit
aaa6599283
25 changed files with 301 additions and 75 deletions
|
|
@ -5,8 +5,8 @@ def text_consumer_declaration(sender, **kwargs):
|
|||
return {
|
||||
"parser": TextDocumentParser,
|
||||
"weight": 10,
|
||||
"mime_types": [
|
||||
"text/plain",
|
||||
"text/comma-separated-values"
|
||||
]
|
||||
"mime_types": {
|
||||
"text/plain": ".txt",
|
||||
"text/csv": ".csv",
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue