tesseract-python icon indicating copy to clipboard operation
tesseract-python copied to clipboard

Troubleshooting exception

Open RoyalBosS-Ayush opened this issue 1 year ago • 0 comments

Pull Request Description

Summary

This pull request adds troubleshooting information to the README file to address the issue of encountering the wand.exceptions.PolicyError exception. It provides instructions on how to modify the ImageMagick policy file to allow reading PDF files without raising the exception.

Changes Made

  • Added a new section titled "Troubleshooting" to the README file.
  • Included instructions and a command to modify the policy in /etc/ImageMagick-6/policy.xml for PDFs to read.

Testing Done

  • Verified the provided command on my local environment to ensure it modifies the policy file correctly.
  • Tested the README file rendering to confirm the new section is displayed correctly.

Thank you for considering this pull request. I look forward to your feedback and merging these changes into the main repository.

RoyalBosS-Ayush avatar Jun 04 '23 08:06 RoyalBosS-Ayush