-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubliccode.yml
More file actions
60 lines (56 loc) · 1.64 KB
/
Copy pathpubliccode.yml
File metadata and controls
60 lines (56 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
publiccodeYmlVersion: '0.5'
name: DocSpec
url: https://github.com/docspec/docspec-ex
softwareVersion: 1.3.4
releaseDate: '2026-01-20'
platforms:
- elixir
categories:
- document-management
- content-management
developmentStatus: stable
softwareType: library
description:
en:
shortDescription: >-
Document conversion library preserving semantic structure and
accessibility
longDescription: >-
DocSpec is an Elixir library providing a universal document representation
with readers and writers for multiple formats. It enables document
conversion while preserving semantic structure and accessibility features.
Readers: DOCX (Microsoft Word), Tiptap JSON.
Writers: HTML (accessible, semantic), EPUB, Tiptap JSON, BlockNote JSON.
Includes validation for accessibility rules (alt text, heading structure)
and document structure compliance.
documentation: https://hexdocs.pm/docspec
features:
- Convert DOCX to accessible HTML
- Convert DOCX to EPUB
- Convert between Tiptap and BlockNote JSON formats
- Validate document accessibility
- Preserve semantic document structure
- Universal intermediate representation
organisation:
name: DocSpec
uri: https://github.com/docspec
legal:
license: EUPL-1.2
mainCopyrightOwner: Stephan Meijer
usedBy:
- La Suite Numérique Docs
maintenance:
type: community
contacts:
- name: Stephan Meijer
email: me@stephanmeijer.com
localisation:
localisationReady: false
availableLanguages:
- en
dependsOn:
open:
- name: Elixir
versionMin: '1.18'
- name: Erlang/OTP
versionMin: '25'