fileExtractWrapper

package module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 13, 2023 License: MIT Imports: 6 Imported by: 0

README

go-filereader

go-filereader 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 go-filereader in your Go project, follow these steps:

  1. Install the module using the go get command:

    go get github.com/DeexithParand2k2/go-filereader
    

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.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FileExtractWrapper

func FileExtractWrapper(file_path string) string

main func of module input : path (string)

Types

type FileStatus

type FileStatus struct {
	AcceptableExt bool
	Extension     string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL