Skip to content

217-Remove textract and six

FyorDev requested to merge fix/remove-textract into main

Textract requires system dependencies for format support, which is not preferred for packaging using PyInstaller.

Instead of using system dependent installers, we opted to add multiple Python libraries for format support.

Removing textract also fixes the six 1.12 vs 1.16 issue. Striprtf is currently used for the rtf files.

Merge request reports

Loading