This is a web app which accepts a file upload and converts it into a txt file for download.
It uses okapi tikal to extract xliff files from files like .docx, .pptx, .json and then extract pure text from xliff files.
Update:
Okapi does not support doc/xls/ppt files, so I turn to Apache Tika instead of Okapi.
Source: https://github.com/xulihang/all2txt
It uses okapi tikal to extract xliff files from files like .docx, .pptx, .json and then extract pure text from xliff files.
Update:
Okapi does not support doc/xls/ppt files, so I turn to Apache Tika instead of Okapi.
Source: https://github.com/xulihang/all2txt
Last edited: