Bus Ticket OCR
This article walks you through the building process of an OCR API that extracts data from Bus Ticket using our deep learning engine. It will work for any bus company.
Prerequisites
- You’ll need a free beta account. Sign up and confirm your email to login.
- You’ll need at least 20 Bus Ticket images or pdfs to train your OCR.
Define your Bus Ticket use case
First, we’re going to define what fields we want to extract from your Bus Ticket.
- Bus Company: The name of the company that sold the ticket (megabus.com)
- Reservation Number: The reservation number that will be asked when you board the bus (67-2722-033018-M10R-1415-LAS-ANA)
- Date: The date of departure (March 30, 2018)
- Departure city: The city of departure for your travel by bus (Las Vegas)
- Arrival city: The city of destination (Anaheim)
- Departure Time: The bus departure time from the departure city (2:15 PM)
- Price: The total amount paid for the bus ticket ($41,75)
That’s it for our use case, but you are free to add any other relevant data to fit your requirements.
Deploy your API
Once you have defined the list of fields you want to extract, head over to the platform and press the ‘build a new endpoint’ button.
You land now on the setup page. Here is the image you can use for setting up the API, and my setup looks like this:
Once you’re ready, click on the “next step” button. We are going to specify the data types for each of the fields we want our API to extract from your bus ticket.
To go further, you can download this json config to set up your data model or do it manually.
Bus company: type String that never contains numeric characters.
Reservation number: type String without specifications.
Date: type String without specifications.
Departure city: type String that never contains numeric characters.
Arrival city: type String that never contains numeric characters.
Departure Time: type String without specifications.
Price: type Number without specifications.
Once you’re done setting up your bus ticket data model, press the Data model ready? start training button at the top of the screen.
Train your Bus Ticket OCR
You’re all set!
Now is the time to train your Bus ticket deep learning model in the Training section of our API.
In a few hours (minutes if you're fast), you’ll get your first model trained and will be able to use your custom OCR API for parsing Bus Ticket in your application.
To get more information about the training phase, please refer to the getting started tutorial. If you have any questions regarding your use case, feel free to reach out!