@vyshnavR said in Multi Language OCR Support:
I have same issue i need to integrate tamil ocr(tam) i already installed tamil and done all steps as like said above still its not supported. it is throwing error like this when docker up
The thread here (and this forum) is about the Cloudron package of paperless-ngx . It looks like you are using docker installation. You have to take this up with the upstream project. Cloudron also uses docker but it does not use the upstream dockerfiles.
@necrevistonnezr I was able to merge fine this time, so you must have done something right! Thanks for the fixes.
/app/data/paperless.conf is created in the package on first run, so it should be there. /app/data/consume as well is created each time on app restart.
@girish said in Whats Django Adminpanel and how to access it?:
python3 manage.py createsuperuser
This one worked. Logged in with new account and gave my main account the missing permissions.
Thank you very much
@girish I'm happy to report that once upgraded to v1.5.4 that the PDF upload and processing completes without any problems. Whatever you did worked! Thank you!
@stantropics you can only import an existing paperless export (via document_exporter command). That's my understanding anyway.
I documented it in https://docs.cloudron.io/apps/paperless-ngx/#importing .
@timka Could it be your client network issue ?
Just to double check, you can also do something like this: docker inspect sftp | grep IPAddress . This will give an IP address like 172.18.0.2 . Then, on the server itself, try telnet 172.18.0.2 22 (port 22). Does that work?
@midm This should be an issue opened with the actual devs, Cloudron just makes the Cloudron package - not the actual app itself:
https://github.com/paperless-ngx/paperless-ngx
@PaulOne I use a tag on certain documents and then set up a filter which can be displayed on the dashboard or the sidebar or both.
Important point is to save the view !
E.g. purchase invoices are auto-tagged as ToBeInput and a correspondent set according to content.
Then I use a filter to see which are needing input (well, my assistant does).
When she has done that, she removes the tag and adds another InputDone.
Is this the kind of thing you are meaning ?
[image: 1671636598049-screenshot-2022-12-21-at-15.29.29-resized.png]
@d123 said in Installation Issue in Terminal: illegal byte sequence:
extra characters at the end of d command
Your problem however is easy to resolve if you google for it. sed is compatible with apple silicon so it's just an syntax issue.
Given that views.py would be part of the release code, it will reside in the read-only section of the app package and can't be edited on Cloudron. I guess we have to wait until upstream has merged this and made a new release with it. If you just want to test this, you could enable debug mode of the app https://docs.cloudron.io/packaging/cheat-sheet/#debugging which allows to temporarily change such files, however this is a bit more involved and will not be persistent.
@girish I thought that you could run the command without first cd'ing into the src directory but when running it again today I found out that was incorrect.
I have edited my post above to first include cd src and then python3 manage.py document_retagger -T.
Could you please update the documentation as what I originally posted doesn't work for some reason, python throws an exception if you don't cd first?
Thanks for reporting this. The docs link in the manifest file was outdated due to the move to paperless-ngx. The link is https://docs.cloudron.io/apps/paperless-ngx/ and will be fixed with the next app release.