Category: isthistaxilegal
-
Github as a repository for database (sqlite)
In making http://isthistaxilegal.apphb.com I neede to have a database. I decided to have sqlite,since it needs just a file and the dll’s.( Side Note: The good dll’s for sqlite and .net core are not the original ones,that have a dependency of .NET Framework – but Microsoft.Data.Sqlite ) . But how to deploy this every time?…
-
Interpreting pdf to database(sqlite)
In making the http://isthistaxilegal.apphb.com I have had the need to parse pdf files,that contains tables inside. A more daunting task is hard. I have investigating the existing software – and the most used one was https://github.com/tabulapdf – however,not even him was closed to achieve . The problem was not transforming the pdf into text. The…
-
License plate number from image
One feature to implement is to have the plate number recognized from image – the user,instead of entering the number,take a picture of the plate and sends to the application. So I decided to do this. Roxana Beloiu pointed me to https://github.com/openalpr/openalpr – that can recognize the plate number. I have had some problems with…
-
Making IsThisTaxiLegal–evolving from Proof of Concept
What we need first is automating some tasks – like downloading the authorizations pdf ( and parsing after) from http://www.pmb.ro/adrese_utile/transport_urban/autorizatii_taxi/autorizatii_TAXI.php . For this I want to use R – because C# I know already and is a good occasion to learn R. The file is on https://github.com/ignatandrei/IsThisTaxiLegal/blob/master/applications/RDownloadFile/Script.R Some ideas from here from a C# developer:…
-
Making IsThisTaxiLegal–thinking about Proof of Concept
It can be improved so many ways: Making OCR ( to recognize the plates number) Making application Android / iPhone Making Windows (Store ) application ( not really necessary,but anyway) Finding if another cities have taxi licenses available Publicity Improving with ratings for taxi drivers Find a lawyer that knows what to do next Improving…
-
Making Is This Taxi Legal–Proof of concept
This werer the steps for making a Proof of concept for Is This Taxi Legal application http://isthistaxilegal.apphb.com Finding PDF about taxi licence for Bucuresti : PDF at http://www.pmb.ro/adrese_utile/transport_urban/autorizatii_taxi/autorizatii_TAXI.php Thinking about application + web site about this -with a simple search and possible OCR ( take image of the car plate and recognizing number) . Also for…