Hi,
Is it possible to install Document Analyzer in the new version of mayan? I need to be able to do some regex on the ocr text to find an invoice number.
Thanks
Ben
Document Analyzer
Re: Document Analyzer
The document analyzer is done by a community member: https://gitlab.com/startmat/document_analyzer
It seems the last update was 9 months ago so my guess is that is has not yet been updated to work with the 3.2.X series.
It seems the last update was 9 months ago so my guess is that is has not yet been updated to work with the 3.2.X series.
-
- Posts: 2
- Joined: Sat Jul 13, 2019 12:51 pm
Re: Document Analyzer
I have been trying to update the plugin to work with the new version of mayan. I have renamed the default_app_config in __init__.py from
I have also gone through all the from imports and updated to the new method but I cannot get past the namespace error ( cant remember exact wording I am not at home) namespace = Namespace(name='document_analyzer', label=_('DocumentAnalyzer')).
Any Ideas?
Code: Select all
document_analyzer.apps.DocumentAnalyzerApp to mayan.document_analyzer.apps.DocumentAnalyzerApp
Any Ideas?