Releases: greed2411/tokyo
Releases · greed2411/tokyo
tokyo-0.1
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.