mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 09:37:04 +01:00
No need to explicitly extend object
This commit is contained in:
parent
6384c698ad
commit
46aca10a72
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ class ParseError(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class DocumentParser(object):
|
class DocumentParser:
|
||||||
"""
|
"""
|
||||||
Subclass this to make your own parser. Have a look at
|
Subclass this to make your own parser. Have a look at
|
||||||
`paperless_tesseract.parsers` for inspiration.
|
`paperless_tesseract.parsers` for inspiration.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue