{"id":19555071,"url":"https://github.com/kanety/tikarb","last_synced_at":"2026-06-15T17:31:18.987Z","repository":{"id":56897005,"uuid":"118210055","full_name":"kanety/tikarb","owner":"kanety","description":"A simple Apache Tika binding for ruby using rjb","archived":false,"fork":false,"pushed_at":"2020-05-24T00:55:08.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-20T01:57:34.202Z","etag":null,"topics":["ruby","tika"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kanety.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-20T04:48:01.000Z","updated_at":"2021-03-04T10:21:36.000Z","dependencies_parsed_at":"2022-08-20T17:40:35.801Z","dependency_job_id":null,"html_url":"https://github.com/kanety/tikarb","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kanety/tikarb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanety%2Ftikarb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanety%2Ftikarb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanety%2Ftikarb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanety%2Ftikarb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kanety","download_url":"https://codeload.github.com/kanety/tikarb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kanety%2Ftikarb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34374144,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ruby","tika"],"created_at":"2024-11-11T04:31:32.158Z","updated_at":"2026-06-15T17:31:18.963Z","avatar_url":"https://github.com/kanety.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tikarb\n\nA simple Apache Tika binding for ruby using rjb.\n\n## Dependencies\n\n* ruby 2.3+\n* tika 1.16+\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'tikarb'\n```\n\nAnd then execute:\n\n    $ bundle\n\n## Usage\n\nSetup path to tika-app jar file:\n\n```ruby\nTikarb.path = '/path/to/your/tika-app.jar'\n```\n\nUse as follows:\n\n```ruby\n# extract text and metadata from file\nTikarb.parse('/path/to/your/file')\n\n# detect media type\nTikarb.detect('/path/to/your/file')\n\n# call with command-line options\nTikarb.cli('--xml', '/path/to/your/file')\n```\n\nYou can use `StringIO` as an argument:\n\n```ruby\nTikarb.parse(StringIO.new(your_data))\n```\n\n## Pros and Cons\n\nThis gem calls Tika libraries via Java Native Interface using rjb.\n\nPros:\n* It will be faster than command-line interface in case Tika is executed repeatedly.\n\nCons:\n* It requires some memory to load JavaVM in the process.\n* It will affect JDK and Tika internal specification change.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/kanety/tikarb. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanety%2Ftikarb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkanety%2Ftikarb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkanety%2Ftikarb/lists"}