filease is a Go module that simplifies the process of extracting text content from different file formats. Currently, it supports .txt and .docx files. This module can be useful for scenarios where you need to read and process textual data from diverse sources.
To use filease in your Go project, follow these steps:
-
Install the module using the
go getcommand:go get github.com/deexithparand/filease
.txt: Plain text files.docx: Microsoft Word files
Contributions to this project are welcome! If you encounter any issues or have suggestions for improvements, feel free to:
- Open an issue
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
Check the examples directory for usage examples.
If you encounter any problems or have questions, please check the FAQ or open an issue.