Skip to content

Releases: greed2411/tokyo

tokyo-0.1

07 Jun 16:23
Compare
Choose a tag to compare
tokyo-0.1 Pre-release
Pre-release

has a REST API /file, make a POST request to get the contents extracted.

JSON Response

:mime-type (string) - the mime-type of the file. eg: application/msword, text/plain etc.
:ext       (string) - the extension of the file. eg: .txt, .jpg etc.
:text      (string) - the text content of the file.

has logging, Dockerfile, tests etc.