PDF to text conversion
There is once in a while the need to extract pure text from PDF files. This blog shows some attempts to do it with dot, with ruby, and with command line utitilites. ...
There is once in a while the need to extract pure text from PDF files. This blog shows some attempts to do it with dot, with ruby, and with command line utitilites. ...
Had some problems creating a local nuget repository. This is how I succeeded: Create a local nuget repository / source $ cli nuget add source ~/.mynuget This leads to these changes in the configuration file: ...
This blog contains some experiences working with Bolero. Bolero is a set of free and open-source libraries and tools to write web applications in F#. With it, you can write fully dynamic client-side web applications from the comfort of a strongly-typed functional language, all with great performance. ...
Machine learning with ML.NET is documented in a confusing way, in particular when it comes to F#. Some resources I found are: ...
Installing WebSharper I’m developing web applications using WebSharper on macOS Monterey. To install the the templates, use: % dotnet new -i WebSharper.Templates The following templates are installed: ...