Manu
Manu
You can probably add a pull request to make more variables available for the filename. Should be simple.
For many fields, you can add a list of regex in the template and it will try all of them. I'm not sure if the line plugin is implemented in...
Maybe an old Python version or other issue with Unicode.
Google Vision needs a lot of setup. You need: - API key - bucket for results There are no instructions for this as of now, but it should be clear...
Then I'd check if you have a result in your bucket because this line just reads the result. If your configuration is wrong there won't be a result in the...
> so i have made a code change and it worked for me please find the code below You should make a pull request for your fix. Else your improvement...
Right. When you integrate the lib in your own script, you can pass your bucket as optional keyword arg, as shown by @ananthnagan above.
Not that I know of. If you mean a full hosted service, there are a few similar commercial ones. Matching them would be a major effort though. You'd probably need...
If you just want to use the current system, you will still need a web interface to manage templates, users and files somehow. That would take about a week to...
Whats your use-case for this? Using the Python lib with something else? I can see some use in a web service for making the lib easier to use and involving...