Code

Discussion on File Sharing With OCR deep search

Discussion on File Sharing With OCR deep search

Cart 136 sales

mlglobtechnology supports this item

Supported

This author's response time can be up to 2 business days.

68 comments found.

Hello guys. One more question. If i give permission for read only in one folder, what is happening on the folders and files that are included in the folder? Are there all read only or do i have to setup the permissions for each one manually?

If you set read-only permission on a folder, it usually applies to all files and subfolders inside that folder — they inherit the permissions from the parent folder by default.

However, a few things to keep in mind:

Inheritance matters: If any file or subfolder has custom permissions already set, those will not be automatically overridden. Only items that inherit permissions will follow the new read-only setting.

New files/folders created inside the folder after setting permissions will inherit the read-only permission automatically.

If you want to enforce read-only strictly on every existing item, sometimes it’s safer to apply the permissions recursively (most systems offer this option).

So, in most cases, you don’t have to set permissions manually for each file, but double-check if any existing items have custom permissions.

Undestood. Because we are building a very complicated system with more than 6.000 folders, we need to be sure about the permissions. Thank you

I uploaded a 200MB high in your demo and it failed to upload. But 30 MB and uploaded properly. I will actually use R2 and upload and download large files up to 5GB-10GB. How will it work for that…?

And what will the vps configuration be like..?

Thank you for contacting us. The current script does not have chunk upload and download file implementation. Please refer to the script below, which includes all file sharing features and supports uploading larger files, up to 5GB. https://codecanyon.net/item/user-document-management-starter-framework-for-enterprise-level-solutions-in-angular-net-core/30387377

Can I check, how does this handle over 1million files and folders? What kind of server is required? Can I run this on nginx? How does the OCR search perform on millions of files? Which OCR library did you use?

Hello, Yes — you can run this on nginx (nginx as reverse-proxy/static server is standard).

1M+ files require rethinking storage, index architecture and background processing (don’t try to keep everything in a single DB table + filesystem lookup).

Use object storage (S3 / Cloudflare R2) for file blobs, relational DB for metadata, and a dedicated search engine (Elasticsearch / OpenSearch) for OCR text + full-text search.

OCR: currently use Tesseract (based on earlier messages) — it’s free and widely used, but at million-file scale you’ll need parallelized worker pools or consider commercial/cloud OCR for higher throughput/accuracy.

Implement pagination, lazy loading, chunked upload/download, and background OCR & indexing workers.

Hi there. Does the app offer the ability to share folders with view only ability and viewing a pdf for example, the user not to be able to to SAVE US, right click and print?

Thank you for your fast reply

Hello guys and happy holidays! The client wants the app, so we are going to proceed. What i saw, is even though the permissions are set to none, i cannot disable print. How can i do this?

Hello guys, and happy holidays!

Thank you for the update. We understand your concern regarding the print option.

This issue is related to the PDF Viewer behaviour, and the ability to fully disable printing will be handled from the PDF Viewer configuration side. We have already noted this and will address it in the next release.

At the moment, the ETA has not been finalised, as it depends on our ongoing workload and release planning. Rest assured, this enhancement is on our roadmap and will be resolved in an upcoming update.

Thank you for your patience and support.

Question: I am building a movie website, I want to buy your source code, but I need to know about the link. Does it have view link mp4 or embed.

You can upload Mp4 and view it. And also create shareable link for mp4.

This script is not a SAS version?

We don’t have SAS version for this script.

Far Deep Search, do you use any indexing and searching modules to speed up the results or does it reply on the underlying database search query?

We are using an open-source library for indexing to speed up the results.

Thank you so much.

Does it support multipart upload for large files? Does this app allow large files upload, say for example 1 GB file or 4GB file?

Ah, ok, no problem, thanks for the clarification. Overall, it’s a good work. This application performance is very fast. Does it use/implement any caching to speed up for the files load or is it faster due to it’s design / architecture and server efficiency?

It is appreciated. No caching has been implemented to improve speed. The performance is due to the database design and coding architecture.

Ok, thanks for the note.

I want to order a product with installation, please give your contact Telegram, WhatsApp

we replied on your support email.

Do you have an approximate date when you will update with the function of sharing folders with non-registered users?

We will provide it in a future release; however, we don’t have an ETA at this time.

What a good job. User Management was one of the features listed. But I can’t see the user management When I open the demo. I want to find out if 1. There is user management where the admin can set permissions.

2. Is there an Audit trail functionality?

3. Can you include workflow as personal customization

Your urgent response will be highly appreciated.

Thank you for contacting us. Please click on the profile icon to open the menu, then select the ‘Admin Area.’ There, you’ll find options for User Management and Login Audit. For Workflow customization, additional assistance may be required.” Please let me know if you have any other questions.

Whaoo! Thank you very much. For the additional assistance, what will it cost me to include workflow customization into the application? My email is kayodejohnson@gmail.com

I have sent the details in your email.

Hi!

Pre-sales question.

Could this script be made to work easily totally devoid of all big tech in every manner and to operate from only a private server back onto and FROM a SD drive?

As in – to wall off all connection to any big tech co and operate from a usb or sd type drive btu have the main private server as the “phone home too” concept? Yours is a great idea and we’d like to maybe have a go at this if you could help us get this to operate in this fashion.

Love to have this work directly from an SD/microSD drive you can use in virtually any seting tech wide.

Please advise as you’re able. Thanks.

It’s a web application. Many things are required to run applications, so it would be difficult to run them on an SD/MicroSD drive.

Fair enough answer.

How about…

1: Is if possible from the admin to establish permanent folders for user?

2: Folders created that cannot be deleted?

3: Also – for each new user account, their account is their account in that when someone uploads something to their account it does not wind up being distributed to anyone else?

4: Setting up accounts from free with a nominal usage in Mb’s to paid annuals subs… the biggest issue is that a person account has to be highly secure and that when they put a file in their account it is ONLY in their account.

5. Account security…. how secure is each account?

We’re looking for something that is failry secure and walled off while more secure via encryption more than anything for peoples personal private data.

If you have a better recomendation via some of your other products, please be specific. Please advise as you’re able.

Thank you for contacting us. It is a secure application, but to make it more secure, you would need to implement SSO logins. For the remaining points, customization would be required.

When will they update to Net 8, will the update also include the ability to share folders via link for non-registered users? Since sharing links with non-registered users only works when sharing individual files and not folders?

Thank you for contacting us. We are planning to upgrade to .NET 8 and Angular 18 in the next release. Additionally, sharing folders with non-registered users is part of our plan, but we are not certain whether it will be included in the next release or a subsequent one

Need Help only issue with Db Scripts MySql and not able to connect An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding ‘EnableRetryOnFailure()’ to the ‘UseMySql’ call.’

not able to executed any store procedure saying script has error

Sorry for inconvenience. Would you please connect us on skype mukesh.jambukiya?

any update soon ?

as of now not.

Hello , I have bought this script months ago , I wanted to I use it for our family , but tbh I’m scared that there is somehow a backdoor that listens for my input and files and take those files , is there a guarantee or something I can to make sure it’s 100% secured or a library being used that have problems

Thank you for contacting us. It’s secure from the code side. There is no backdoor entry. We are using Microsoft Office Viewer to view Office extension files, which is the only external viewer and is also password-protected. All other libraries are included in the code itself. and also to make more secure, you can enable file encryption as well, so the document management system can only decrypt file

Thank you , will give 5 stars for fast answer

Thank you so much

hello, when new update?

We are working on it.

Can you check Skype? The problem persists.

rtl anytime soon? thanks

There is no ETA for RTL support at this time.

Hello, Is the new version ready? Can I install it this weekend?

As promised, we expect to release it this week.

Great. There is something important missing here. I need to share some download links publicly, just like in Google Drive. But they are not available here. I want to send some images to my business partners who are not members here. They will also download these images or files.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey