initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
# officeconvert
|
||||||
|
|
||||||
|
officeconvert is a toolset to convert common office document types images using LibreOffice (`soffice`). This repository provides three classes of projects:
|
||||||
|
|
||||||
|
- Python library responsible for actual conversion work
|
||||||
|
- Connect gRPC Python server for easy microservice deployment
|
||||||
|
- Client libraries for assorted languages
|
||||||
|
|
||||||
|
APIs are built on typed Protocol Buffer schemas with codegen for the server and clients based on the primary schema.
|
||||||
|
|
||||||
|
## Supported Document Types
|
||||||
|
|
||||||
|
Currently, only PPTX and ODP documents are supported. At the time of writing, PDF and image conversion is planned, however, presentation documents can currently only be converted to a custom `SlideDeck` type that encodes slides as images and includes richly-formatted slide notes.
|
||||||
Reference in New Issue
Block a user