Skip to content

πŸ“‚ filease is a versatile Go package that simplifies extracting data from various file formats. Easily integrate support for multiple formats into your applications! πŸ“„

License

Notifications You must be signed in to change notification settings

deexithparand/filease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

filease

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.

Getting Started

To use filease in your Go project, follow these steps:

  1. Install the module using the go get command:

    go get github.com/deexithparand/filease

Supported File Types

  • .txt: Plain text files
  • .docx: Microsoft Word files

Contributions

Contributions to this project are welcome! If you encounter any issues or have suggestions for improvements, feel free to:

License

This project is licensed under the MIT License - see the LICENSE file for details.

Examples

Check the examples directory for usage examples.

Troubleshooting

If you encounter any problems or have questions, please check the FAQ or open an issue.

About

πŸ“‚ filease is a versatile Go package that simplifies extracting data from various file formats. Easily integrate support for multiple formats into your applications! πŸ“„

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages