{"id":16040430,"url":"https://github.com/andrewaguiar/docxelixir","last_synced_at":"2025-03-17T16:31:32.067Z","repository":{"id":57490948,"uuid":"98996070","full_name":"andrewaguiar/docxelixir","owner":"andrewaguiar","description":"Elixir library to read docx files","archived":false,"fork":false,"pushed_at":"2022-10-19T11:38:56.000Z","size":1294,"stargazers_count":12,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-17T07:15:58.583Z","etag":null,"topics":["docx","elixir"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrewaguiar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-01T11:56:18.000Z","updated_at":"2024-04-19T18:00:59.000Z","dependencies_parsed_at":"2022-08-29T20:31:32.538Z","dependency_job_id":null,"html_url":"https://github.com/andrewaguiar/docxelixir","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewaguiar%2Fdocxelixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewaguiar%2Fdocxelixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewaguiar%2Fdocxelixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewaguiar%2Fdocxelixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewaguiar","download_url":"https://codeload.github.com/andrewaguiar/docxelixir/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221696785,"owners_count":16865484,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docx","elixir"],"created_at":"2024-10-08T23:12:45.906Z","updated_at":"2024-10-27T15:17:26.536Z","avatar_url":"https://github.com/andrewaguiar.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docxelixir\n\nDocxelixir reads docx files and can extract paragraphs (texts in general) and table of contents.\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `docxelixir` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:docxelixir, \"~\u003e 1.0.0\"}\n  ]\nend\n```\n\n## Usage\n\n```elixir\n  # Reading all paragraphs of samples/demo.docx\n  Docxelixir.read_paragraphs('samples/demo.docx')\n  # ['paragraph 1', 'paragraph 2', '...']\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewaguiar%2Fdocxelixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewaguiar%2Fdocxelixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewaguiar%2Fdocxelixir/lists"}