improved
fixed
The Parsing API developed by HrFlow.ai have been updated. The version 3.3.2 includes bug fix allowing to parse more challenging PDF documents with exotic fonts.
You can find more informations about it at
Feel free to test our new profile parsing potential through

improved
fixed
The Parsing API developed by HrFlow.ai have been updated. The version 3.3.1 includes bug fix allowing to parse more challenging documents.
You can find more informations about it at
Feel free to test our new profile parsing potential through

new
The Parsing API developed by HrFlow.ai have been updated. The version 3.3 includes a new feature allowing to parse
HTML
documents!You can find more informations about it at
. Feel free to test our new profile parsing potential through

improved
The Parsing API developed by HrFlow.ai have been updated. The version 3.2 includes the generalization of the v3.0 algorithms to 9 languages:
- Spanish
- German
- Dutch
- Italian
- Portuguese
- Romanian
- Arabic
- Japanese
- Chinese
You can find more informations about it at . Feel free to test our new profile parsing potential through .

improved
The Document Parsing API developed by HrFlow.ai have been updated. The version 3.2 includes the generalization of the v3.0 algorithms to 9 languages:
- Spanish
- German
- Dutch
- Italian
- Portuguese
- Romanian
- Arabic
- Japanese
- Chinese
You can find more informations about it at . Feel free to test our new profile parsing potential through .

improved
The Parsing API developed by HrFlow.ai have been updated. The accuracy of resumes sections management have been improved.
You can find more informations about it at . Feel free to test our new profile parsing potential through .

improved
fixed
The parsing developed by HrFlow.ai has been improved and updated.
- Challenging documents with a mix of images and pure text are better handled

new
improved
Workflows
by have become even more powerful by enabling you to do even more with your HR data.The
Catch
workflows can now leverage their returned output to control the HTTP response given to the caller. Choose the status_code
, body
and even custom HTTP headers of your choice to enable even more automation in your organization. To learn more check out the dedicated section in our Developers documentation!
See below how it works out for this demo workflow
import json
def workflow(_request, settings):
# Controlling the HTTP response
return dict(
status_code=202,
body=json.dumps(dict(values=[1, 3, 4], name="Test")),
headers={"custom_header": "custom_value", "Content-Type": "application/json"}
)

improved
The document parsing developed by HrFlow.ai have been updated.
Models has been improved for english documents !
You can find more informations about it at . Feel free to test our new document parsing potential through .

improved
fixed
The document parsing developed by HrFlow.ai have been updated.
- URL have been removed for a further rework by the R&D team
- Models has been retrained accordingly
You can find more informations about it at . Feel free to test our new document parsing potential through .

Load More
→