Martyn Janes
Martyn Janes
What do we do about translating images ?
It should have no problems with other character sets, they are all unicode. The most common browser languages from 1st Jan this year were: Language|% -- | -- en-us |...
We don't use yaspell anymore, we use https://github.com/atom/node-spellchecker which supports your native spell checker.
There should be no problem with data that spans more than one transaction. I tested using the following code in the tutorial and it reads and extracts correctly: ``` const...
To perform the proof of work we use ccurl.lib.js. This is a native c library that is accessed using the node ffi module. Node ffi as part of its install...