Update URL parameters to the "_id" forms. Add keyword arguments. Remove use of is_path in the DOCUMENT_PARSING_PDFTOTEXT_PATH setting. Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
8 lines
124 B
Python
8 lines
124 B
Python
from __future__ import unicode_literals
|
|
|
|
|
|
class ParserError(Exception):
|
|
"""
|
|
Base exception for file parsers
|
|
"""
|