Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-implement file reading methods + add unit tests #9

Merged
merged 1 commit into from
May 29, 2024

Conversation

eriknovak
Copy link
Owner

The PR contains a re-implementation of the open_file method in anonipy.utils.file_system. The previous version utilized textract which is not supported on windows machines. Now, we use pypdf and python-docx to extract content from the files.


Closes #8

@eriknovak eriknovak added bug Something isn't working documentation Improvements or additions to documentation labels May 29, 2024
@eriknovak eriknovak self-assigned this May 29, 2024
@eriknovak eriknovak merged commit 19c2340 into main May 29, 2024
3 checks passed
@eriknovak eriknovak deleted the feature/file-reader branch May 29, 2024 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The method read_file does not work on Windows
1 participant