ARK-Builders / arklib-android

Gradle wrapper for ARKLib, for usage in Android projects
MIT License
4 stars 6 forks source link

Text layer extraction and storage #64

Open kirillt opened 1 year ago

kirillt commented 1 year ago

For resources of kind "Document", it would be useful to extract and store text from them. E.g. for PDF resources, text layer should be similar to what is emitted by Linux utility pdftotext. The text layer can be used later for filtering resources by specified text in content, or for various text analytics (e.g. counting words).

kirillt commented 8 months ago

Rust side:

Android side: