integrations.sh
← all integrations

googleapis.com – documentai

OpenAPI apis-guru analyticsmedia

Service to parse structured information from unstructured or semi-structured documents using state-of-the-art Google AI such as natural language, computer vision, translation, and AutoML.

Homepage
https://api.apis.guru/v2/specs/googleapis.com:documentai/v1.json
Provider
googleapis.com:documentai / documentai
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/googleapis.com/documentai/v1/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/googleapis.com/documentai/v1/openapi.yaml

Tools (22)

Extracted live via the executor SDK.

  • projects.documentaiProjectsLocationsFetchProcessorTypes

    Fetches processor types. Note that we do not use ListProcessorTypes here because it is not paginated.

  • projects.documentaiProjectsLocationsList

    Lists information about the supported locations for this service.

  • projects.documentaiProjectsLocationsOperationsCancel

    Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

  • projects.documentaiProjectsLocationsProcessorsCreate

    Creates a processor from the type processor that the user chose. The processor will be at "ENABLED" state by default after its creation.

  • projects.documentaiProjectsLocationsProcessorsDisable

    Disables a processor

  • projects.documentaiProjectsLocationsProcessorsEnable

    Enables a processor

  • projects.documentaiProjectsLocationsProcessorsHumanReviewConfigReviewDocument

    Send a document for Human Review. The input document should be processed by the specified processor.

  • projects.documentaiProjectsLocationsProcessorsList

    Lists all processors which belong to this project.

  • projects.documentaiProjectsLocationsProcessorsProcessorVersionsBatchProcess

    LRO endpoint to batch process many documents. The output is written to Cloud Storage as JSON in the [Document] format.

  • projects.documentaiProjectsLocationsProcessorsProcessorVersionsDelete

    Deletes the processor version, all artifacts under the processor version will be deleted.

  • projects.documentaiProjectsLocationsProcessorsProcessorVersionsDeploy

    Deploys the processor version.

  • projects.documentaiProjectsLocationsProcessorsProcessorVersionsEvaluateProcessorVersion

    Evaluates a ProcessorVersion against annotated documents, producing an Evaluation.

  • projects.documentaiProjectsLocationsProcessorsProcessorVersionsEvaluationsList

    Retrieves a set of evaluations for a given processor version.

  • projects.documentaiProjectsLocationsProcessorsProcessorVersionsList

    Lists all versions of a processor.

  • projects.documentaiProjectsLocationsProcessorsProcessorVersionsProcess

    Processes a single document.

  • projects.documentaiProjectsLocationsProcessorsProcessorVersionsTrain

    Trains a new processor version. Operation metadata is returned as cloud_documentai_core.TrainProcessorVersionMetadata.

  • projects.documentaiProjectsLocationsProcessorsProcessorVersionsUndeploy

    Undeploys the processor version.

  • projects.documentaiProjectsLocationsProcessorsSetDefaultProcessorVersion

    Set the default (active) version of a Processor that will be used in ProcessDocument and BatchProcessDocuments.

  • projects.documentaiProjectsLocationsProcessorTypesList

    Lists the processor types that exist.

  • projects.documentaiProjectsOperationsGet

    Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools