• What is the impact of not storing my documents on SharePoint?

The main thing to think about is the size of the database, as you store and link more documents in Microsoft Dynamics 365 Business Central the more it will grow regarding achieving your documents. Its not recommend for businesses who plan on storing and retaining a lot of documents.

  • Which OCR services does Clever Document Links integrate with?

Cloud OCR service by ABBYY ocrsdk.com. You will require an account with ABBYY to obtain the API key that will be used to authenticate from Business Central.

  • Which images type can be recognised by the OCR service?

See the technical specification here: https://www.ocrsdk.com/documentation/specifications/image-formats/

  • Which barcode types can be recognised by the OCR service?

See the technical specification here: https://www.ocrsdk.com/documentation/specifications/barcode-types/

  • Is there a limit to the file size that can be downloaded by Clever Document Links?

As the files are downloaded from SharePoint using its web API, the file size is limited by the maximum web response size that AL clients are configured to handle (by default 15MB). Please see https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/administration/configure-server-instance#NavAdminSettings for more information (particularly the NavHttpClientMaxResponseContentSize configuration key)