Results 52 issues of Konrad Abicht

Would you be open to include a `composer.json` file and to register this project on https://https://packagist.org? That would help to include this repository in PHP projects. If you don't know...

@makelefy has a list with 850+ words in one of his gists: https://gist.github.com/makelefy/f5ff045c08f8982d130ccd4c5b616019 Would you be open to import these?

PHP versions prior 8.1 are end of life and therefore not supported anymore (source: https://www.php.net/supported-versions.php). But there are many (Open Source) projects which still rely on them. If your module/CMS...

question
help wanted

Based on the latest commit in `master` (over a year old) as well as **16** pending pull requests, i assume @smalot is not maintaining this library anymore. That's fine, he...

enhancement
question

I am curious if there is a need for a (standalone) executable to get text from a given PDF? It would be a PHP script still, but can be called...

enhancement
feature request
help wanted

Since a few months Scrutinizer CI keeps failing. Here are latest results: https://scrutinizer-ci.com/g/smalot/pdfparser/inspections It seems to complain about the PHPUnit config file we use. I don't really have time to...

bug
unit tests / CI
help wanted

Ontology IRI `http://emmo.info/emmo/middle/isq` redirects to `https://raw.githubusercontent.com/emmo-repo/EMMO/middle/isq/emmo.ttl`, which does not exist. It is used here for instance: https://github.com/emmo-repo/EMMO/blob/master/middle/isq.ttl#L9 This can be solved by either: * fix the redirect to go to...

@CodeWithKyrian wrote in https://github.com/CodeWithKyrian/transformers-php/pull/36#issuecomment-2120853914: > If you notice, there aren't many tests in the library, which I'm not proud of. This is because I want to take my time to...

### Your question **What are the objectives of this library?** Its stated in the README.md: `Because TransformersPHP is designed to be functionally equivalent to the Python library, it's super easy...

question