Retry Scope - Digitize: Argument can't be empty (Parameter 'content')

Hi Team,

I have this issue that picks up on the Retry Scope - Digitize: Argument can’t be empty (Parameter ‘content’)

This is only happening this specific document.

Please assist to what maybe preventing this document from being digitized.

Hi @Aki1111

This issue may occur because the data is not being extracted from the PDF. Are you using OCR to read the PDF? If not, please try using OCR and check again

Hope this helps

@Aki1111,

The error indicates the activity does not receive any content. Here are some possible reasons and solutions:

  1. Empty Input Document: Ensure the document you are trying to digitize is not empty. Open the document and check its content to ensure it has readable content.
  2. Incorrect File Path: Verify that the file path provided to the Digitize Document activity is correct and that the file exists at that location.
  3. File Type Compatibility: Ensure that the file type you are trying to digitize is supported by the Digitize Document activity. Usually, PDF and image files are supported.
  4. File Corruption: The file might be corrupted. Try opening the document manually to see if it opens correctly.
  5. Permissions Issue: The bot might not have sufficient permissions to access the file. Check the file permissions and ensure they allow read access to the UiPath process.
  6. Preprocessing Issues: If you have a preprocessing step before the Digitize Document activity, ensure it is correctly passing the content.

LLM helped me to rewrite it in more detailed way.

Hi,

I tried Re-opening the file that was downloaded from the storage bucket,

It looks like this file is corrupt has I can’t open it.

1 Like

@Aki1111,

That’s the issue. Check your logic of uploading and downloading the file from storage bucket where exactly file is being corrupted.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.